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: {
|
||||
ecmaVersion: 12,
|
||||
},
|
||||
ignorePatterns: ['*CookieMonster*.js', 'dist/*', 'node_modules/*'],
|
||||
rules: {
|
||||
'import/no-mutable-exports': 'off',
|
||||
'no-plusplus': ['error', { allowForLoopAfterthoughts: true }],
|
||||
|
||||
Reference in New Issue
Block a user