chore(tsdocs): cleanup

This commit is contained in:
moklick
2025-02-12 16:31:16 +01:00
parent 0b06491ef9
commit f51f80db41
5 changed files with 3 additions and 54 deletions
+1 -3
View File
@@ -13,7 +13,7 @@ module.exports = {
'turbo',
'prettier',
],
plugins: ['react', '@typescript-eslint', '@stylistic'],
plugins: ['react', '@typescript-eslint'],
parserOptions: {
ecmaFeatures: {
jsx: true,
@@ -28,7 +28,5 @@ module.exports = {
},
rules: {
'@typescript-eslint/no-non-null-assertion': 'off',
'@stylistic/indent': ['error', 2],
'@stylistic/multiline-comment-style': ['error', 'starred-block'],
},
};