Skip to content

Commit 7fd5340

Browse files
committed
Refactor ESLint and npm ignore configurations; remove unused files
1 parent 49adb72 commit 7fd5340

File tree

4 files changed

+7
-36
lines changed

4 files changed

+7
-36
lines changed

.eslintignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

.eslintrc.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
"no-console": "warn"
2323
}
2424
}
25+
],
26+
"ignorePatterns": [
27+
"**/dist/*",
28+
"**/build/*",
29+
"**/gulpfile.js",
30+
"docs/",
31+
"examples/*"
2532
]
26-
2733
}

.npmignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

.whitesource

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)