Skip to content

Commit 6a5351a

Browse files
committed
Merge branch 'NavigatorView' of https://github.com/bdls-jamal/ePlant into NavigatorView
2 parents ad1b0d6 + dd338a1 commit 6a5351a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.eslintrc.cjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
ecmaVersion: 'latest',
1919
sourceType: 'module',
2020
},
21-
plugins: ['react', '@typescript-eslint', 'react-hooks', 'simple-import-sort', 'eslint-plugin-tsdoc'], // add eslint-plugin-tsdoc for tsdoc checks
21+
plugins: ['react', '@typescript-eslint', 'react-hooks', 'simple-import-sort'],
2222
rules: {
2323
'@typescript-eslint/no-empty-function': 'off',
2424
'@typescript-eslint/no-explicit-any': 'off',
@@ -27,7 +27,6 @@ module.exports = {
2727
'react/jsx-uses-react': 'off',
2828
'simple-import-sort/imports': 'error',
2929
'simple-import-sort/exports': 'error',
30-
'tsdoc/syntax': 'warn'
3130
},
3231
'overrides': [
3332
{

0 commit comments

Comments
 (0)