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