Skip to content

Commit df7653c

Browse files
committed
[TASK] adds webpack.config.js and dist.js file to ignorePatterns in eslintrc
1 parent afd9d87 commit df7653c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"extends": "airbnb-base",
77
"parser": "@babel/eslint-parser",
8-
"ignorePatterns": ["dateformat.js"],
8+
"ignorePatterns": ["webpack.config.js","dateformat.js","configurable-date-input-polyfill.dist.js"],
99
"rules": {
1010
"linebreak-style": 0,
1111
"indent": 0,

0 commit comments

Comments
 (0)