1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

chore(dev): remove duplicated lint rule

This commit is contained in:
syuilo
2022-07-10 11:14:41 +09:00
parent d92200a6d6
commit fbd6b90bf8

View File

@@ -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'],