mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
add no-var rule to linter
This commit is contained in:
parent
089907269a
commit
8ce3111882
3 changed files with 4 additions and 2 deletions
|
@ -36,6 +36,7 @@ module.exports = {
|
|||
'no-fallthrough': 'off',
|
||||
'no-case-declarations': 'off',
|
||||
'no-console': 'off',
|
||||
'no-var': 'warn',
|
||||
|
||||
// unused vars
|
||||
'no-unused-vars': 'off',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue