chore(tsdocs): cleanup
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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'],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user