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 f301d04 commit 117e0e7Copy full SHA for 117e0e7
docs-app/.eslintrc.cjs
@@ -18,5 +18,11 @@ module.exports = {
18
plugins: ['ember'],
19
parser: 'ember-eslint-parser',
20
},
21
+ {
22
+ files: ['**/*.{cjs,js}'],
23
+ rules: {
24
+ 'n/no-unsupported-features': 'off',
25
+ },
26
27
],
28
};
ui/.eslintrc.cjs
@@ -25,5 +25,11 @@ module.exports = {
'@typescript-eslint/no-explicit-any': 'off',
29
+ files: ['**/*.cjs'],
30
31
32
33
34
35
0 commit comments