refactor: identifier escapes + "self" group (#339)
Co-authored-by: Ven <vendicated@riseup.net>
This commit is contained in:
parent
4974c53f9c
commit
989bd36eeb
10 changed files with 157 additions and 30 deletions
|
|
@ -84,7 +84,9 @@
|
|||
"no-extra-semi": "error",
|
||||
"consistent-return": ["warn", { "treatUndefinedAsUnspecified": true }],
|
||||
"dot-notation": "error",
|
||||
"no-useless-escape": "error",
|
||||
"no-useless-escape": ["error", {
|
||||
"extra": "i"
|
||||
}],
|
||||
"no-fallthrough": "error",
|
||||
"for-direction": "error",
|
||||
"no-async-promise-executor": "error",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue