diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-07-31 19:14:20 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-31 19:14:20 +0900 |
| commit | 2b4c8c9e0f9c9b25c0829595132650519476972c (patch) | |
| tree | 51396d8ba9f9fbe8c6c65b7aedd4ab516035f66f /packages/shared | |
| parent | enhance(frontend): 押したリアクションのデザインを改善 (#11434) (diff) | |
| download | sharkey-2b4c8c9e0f9c9b25c0829595132650519476972c.tar.gz sharkey-2b4c8c9e0f9c9b25c0829595132650519476972c.tar.bz2 sharkey-2b4c8c9e0f9c9b25c0829595132650519476972c.zip | |
update deps (#11409)
* update deps
* Update .eslintrc.js
* Update .eslintrc.js
* lint
* lint
* Update update.ts
* update deps
* Update .eslintrc.js
Diffstat (limited to 'packages/shared')
| -rw-r--r-- | packages/shared/.eslintrc.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/shared/.eslintrc.js b/packages/shared/.eslintrc.js index a53ad17894..a02de4945a 100644 --- a/packages/shared/.eslintrc.js +++ b/packages/shared/.eslintrc.js @@ -64,6 +64,8 @@ module.exports = { 'object-curly-spacing': ['error', 'always'], 'space-infix-ops': ['error'], 'space-before-blocks': ['error', 'always'], + '@typescript-eslint/no-explicit-any': ['warn'], + '@typescript-eslint/no-unused-vars': ['warn'], '@typescript-eslint/no-unnecessary-condition': ['warn'], '@typescript-eslint/no-var-requires': ['warn'], '@typescript-eslint/no-inferrable-types': ['warn'], @@ -75,7 +77,7 @@ module.exports = { }], '@typescript-eslint/consistent-type-imports': 'off', '@typescript-eslint/prefer-nullish-coalescing': [ - 'error', + 'warn', ], '@typescript-eslint/naming-convention': [ 'error', |