Skip to content

Commit

Permalink
preparing for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuaz committed May 1, 2021
1 parent ec12580 commit 2ebbf51
Show file tree
Hide file tree
Showing 4 changed files with 304 additions and 335 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint"],
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
ignorePatterns: ["examples/*"],
rules: {
"@typescript-eslint/ban-ts-comment": "off",
},
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ test/**/build/*.js
test/**/build/**/*.png
test/**/build/**/*.jpg
test/**/build/**/*.webp
examples
.node-version
lib
.DS_Store
Expand Down
Loading

0 comments on commit 2ebbf51

Please sign in to comment.