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

View File

@@ -5,7 +5,6 @@
"license": "MIT",
"main": "src/index.js",
"devDependencies": {
"@stylistic/eslint-plugin": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"eslint-config-prettier": "^10.0.1",

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'],
},
};