Removed eslintignore file

This commit is contained in:
Daniël van Noord
2021-04-04 15:14:29 +02:00
parent 3f08ed3e2d
commit e2f99d1cf9
2 changed files with 1 additions and 6 deletions

View File

@@ -1,6 +0,0 @@
CookieMonster.js
CookieMonster.user.js
src/*.js
!src/CookieMonster.js
!src/*/*
dist/*

View File

@@ -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 }],