Skip to content

Commit f15d431

Browse files
committed
Disable pedantic lint rule.
1 parent 17ba033 commit f15d431

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.eslintrc.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ module.exports = {
2424
rules: {
2525
'@typescript-eslint/ban-ts-ignore': OFF,
2626
'@typescript-eslint/explicit-module-boundary-types': OFF,
27-
'@typescript-eslint/no-explicit-any': WARN,
28-
'sort-keys': [
29-
ERROR,
30-
'asc',
31-
{
32-
caseSensitive: true,
33-
natural: false,
34-
},
35-
]
27+
'@typescript-eslint/no-explicit-any': WARN
3628
}
3729
};

0 commit comments

Comments
 (0)