feat(eslint): Rule "no-extend-native"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
ab55229cd3
commit
3f21bbb936
@ -113,7 +113,7 @@
|
||||
- [ ] "no-eq-null"
|
||||
- [X] "no-eval"
|
||||
- [ ] "no-ex-assign"
|
||||
- [ ] "no-extend-native"
|
||||
- [X] "no-extend-native"
|
||||
- [ ] "no-extra-bind"
|
||||
- [ ] "no-extra-boolean-cast"
|
||||
- [ ] "no-extra-label"
|
||||
|
@ -236,6 +236,9 @@
|
||||
"allowIndirect": false
|
||||
}
|
||||
],
|
||||
"no-extend-native": [
|
||||
"error"
|
||||
],
|
||||
"no-extra-semi": [
|
||||
"error"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user