mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
chore(dev): remove duplicated lint rule
This commit is contained in:
parent
8b106bf548
commit
f29dcb6e1f
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ module.exports = {
|
|||
'no-empty-pattern': ['warn'],
|
||||
'no-async-promise-executor': ['off'],
|
||||
'no-useless-escape': ['off'],
|
||||
'no-multi-spaces': ['warn'],
|
||||
'no-multiple-empty-lines': ['error', { 'max': 1 }],
|
||||
'no-control-regex': ['warn'],
|
||||
'no-empty': ['warn'],
|
||||
|
|
Loading…
Reference in a new issue