We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31668aa commit 27a84c3Copy full SHA for 27a84c3
.eslintrc.js
@@ -10,6 +10,9 @@ module.exports = {
10
extends: [require.resolve('./lib/configs/recommended'), 'plugin:eslint-plugin/all'],
11
plugins: ['eslint-plugin'],
12
rules: {
13
+ 'import/no-commonjs': 'off',
14
+ 'filenames/match-regex': 'off',
15
+ 'i18n-text/no-en': 'off',
16
'eslint-plugin/prefer-placeholders': 'off',
17
'eslint-plugin/test-case-shorthand-strings': 'off',
18
'eslint-plugin/require-meta-docs-url': 'off'
0 commit comments