Stop trying to lint built files
parent
4f23f38351
commit
0a35b339f4
|
@ -42,5 +42,6 @@
|
||||||
"import/extensions": "off",
|
"import/extensions": "off",
|
||||||
"no-param-reassign": "off",
|
"no-param-reassign": "off",
|
||||||
"no-underscore-dangle": "off"
|
"no-underscore-dangle": "off"
|
||||||
}
|
},
|
||||||
|
"ignorePatterns": "**/*.js"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue