Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 4537bd8

Browse files
Goamandmo-odoo
authored andcommitted
[REF] Core: merge .eslintignore inside .eslintrc.js
1 parent f563c04 commit 4537bd8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.eslintignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ module.exports = {
2525
"@typescript-eslint/no-unused-expressions": "off",
2626
}
2727
}],
28+
"ignorePatterns": ['node_modules/', 'build/', 'karma.conf.js'],
2829
"env": {
2930
"commonjs": true,
3031
"es6": true,

0 commit comments

Comments
 (0)