We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bcde8d commit f5b293cCopy full SHA for f5b293c
.eslintrc.js
@@ -45,6 +45,7 @@ module.exports = {
45
// unsupported by Node 12, i.e. optional chaining
46
// TODO: re-enable after dropping support for Node 12
47
'n/no-unsupported-features/es-syntax': 'off',
48
+ '@typescript-eslint/no-extra-semi': 'off',
49
},
50
51
{
0 commit comments