Removed eslintignore file
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
CookieMonster.js
|
|
||||||
CookieMonster.user.js
|
|
||||||
src/*.js
|
|
||||||
!src/CookieMonster.js
|
|
||||||
!src/*/*
|
|
||||||
dist/*
|
|
||||||
@@ -15,6 +15,7 @@ module.exports = {
|
|||||||
parserOptions: {
|
parserOptions: {
|
||||||
ecmaVersion: 12,
|
ecmaVersion: 12,
|
||||||
},
|
},
|
||||||
|
ignorePatterns: ['*CookieMonster*.js', 'dist/*', 'node_modules/*'],
|
||||||
rules: {
|
rules: {
|
||||||
'import/no-mutable-exports': 'off',
|
'import/no-mutable-exports': 'off',
|
||||||
'no-plusplus': ['error', { allowForLoopAfterthoughts: true }],
|
'no-plusplus': ['error', { allowForLoopAfterthoughts: true }],
|
||||||
|
|||||||
Reference in New Issue
Block a user