Skip to content
This repository was archived by the owner on May 17, 2025. It is now read-only.

Commit 8c75410

Browse files
authored
chore: upgrade eslint (#142)
1 parent 7941b9b commit 8c75410

File tree

3 files changed

+266
-605
lines changed

3 files changed

+266
-605
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = {
1717
'mocha-no-only',
1818
],
1919
rules: {
20+
'@typescript-eslint/no-unnecessary-type-constraint': 'off',
2021
'@typescript-eslint/member-delimiter-style': ['error', {
2122
multiline: { delimiter: 'none' },
2223
singleline: { delimiter: 'comma', requireLast: false },
@@ -33,7 +34,7 @@ module.exports = {
3334
'object-curly-spacing': ['error', 'always'],
3435
'quote-props': ['error', 'as-needed'],
3536
'space-infix-ops': ['error'],
36-
"mocha-no-only/mocha-no-only": ["error"],
37+
'mocha-no-only/mocha-no-only': ['error'],
3738
indent: ['error', 2],
3839
quotes: ['error', 'single'],
3940
semi: 'off',

0 commit comments

Comments
 (0)