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

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