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 7f3ef25 commit 0868014Copy full SHA for 0868014
.eslintrc.js
@@ -5,6 +5,7 @@ module.exports = {
5
ignorePatterns: ['bin', 'dist', 'node_modules'],
6
rules: {
7
'@typescript-eslint/no-non-null-assertion': 'off',
8
+ '@typescript-eslint/no-var-requires': 'off',
9
curly: 'error',
10
},
11
}
0 commit comments