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 0a38792 commit ed138e9Copy full SHA for ed138e9
.eslintrc.cjs
@@ -36,6 +36,7 @@ module.exports = {
36
rules: {
37
semi: 'off',
38
'comma-dangle': 'off',
39
+ 'no-undef': 'off',
40
41
'arrow-parens': ['error', 'always'],
42
'eol-last': ['error', 'always'],
0 commit comments