Skip to content

Commit 2ebbf51

Browse files
committed
preparing for examples
1 parent ec12580 commit 2ebbf51

File tree

4 files changed

+304
-335
lines changed

4 files changed

+304
-335
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = {
33
parser: "@typescript-eslint/parser",
44
plugins: ["@typescript-eslint"],
55
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
6+
ignorePatterns: ["examples/*"],
67
rules: {
78
"@typescript-eslint/ban-ts-comment": "off",
89
},

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ test/**/build/*.js
55
test/**/build/**/*.png
66
test/**/build/**/*.jpg
77
test/**/build/**/*.webp
8+
examples
89
.node-version
910
lib
1011
.DS_Store

0 commit comments

Comments
 (0)