Skip to content

Commit 27a84c3

Browse files
committed
Ignore some rules in the project itself
1 parent 31668aa commit 27a84c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ module.exports = {
1010
extends: [require.resolve('./lib/configs/recommended'), 'plugin:eslint-plugin/all'],
1111
plugins: ['eslint-plugin'],
1212
rules: {
13+
'import/no-commonjs': 'off',
14+
'filenames/match-regex': 'off',
15+
'i18n-text/no-en': 'off',
1316
'eslint-plugin/prefer-placeholders': 'off',
1417
'eslint-plugin/test-case-shorthand-strings': 'off',
1518
'eslint-plugin/require-meta-docs-url': 'off'

0 commit comments

Comments
 (0)