File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -286,10 +286,12 @@ export default [
286
286
rules : {
287
287
// i18n
288
288
'i18next/no-literal-string' : [
289
- 'error' , {
289
+ 'error' ,
290
+ {
290
291
mode : 'jsx-text-only' ,
291
292
'should-validate-template' : true ,
292
- } ] ,
293
+ } ,
294
+ ] ,
293
295
//
294
296
'@typescript-eslint/no-unused-expressions' : 'off' ,
295
297
'@typescript-eslint/no-unused-vars' : 'off' ,
@@ -299,8 +301,8 @@ export default [
299
301
'@typescript-eslint/ban-ts-comment' : 'off' ,
300
302
// React
301
303
'react/no-unknown-property' : 'warn' ,
302
- 'react-hooks/rules-of-hooks' : 'off ' ,
303
- 'react-hooks/exhaustive-deps' : 'off ' ,
304
+ 'react-hooks/rules-of-hooks' : 'error ' ,
305
+ 'react-hooks/exhaustive-deps' : 'warn ' ,
304
306
// General
305
307
'no-constant-binary-expression' : 'off' ,
306
308
'import/no-cycle' : 'off' ,
You can’t perform that action at this time.
0 commit comments