chore(hooks): tsdoc update

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