Skip to content

Commit

Permalink
remove redunant ignore patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
JiglioNero committed Jun 11, 2020
1 parent f4ba368 commit 5f8664e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ module.exports = {
ignorePatterns: [
"**/*.d.ts",
"**/*.js",
"node_modules/**",
"test/resources/sampleReactNative022Project/**/*.js",
"test/smoke/package/node_modules/**",
"test/smoke/automation/node_modules/**",
"test/smoke/resources/**",
"test/smoke/vscode/**",
],
parser: "@typescript-eslint/parser",
extends: [
Expand Down
1 change: 0 additions & 1 deletion test/smoke/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = {
ignorePatterns: [
"**/*.d.ts",
"**/*.js",
"node_modules/**",
],
parser: "@typescript-eslint/parser",
extends: [
Expand Down

0 comments on commit 5f8664e

Please sign in to comment.