feat(eslint): Rule "no-script-url"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
14a81b9fea
commit
b8aef365ab
@ -177,7 +177,7 @@
|
|||||||
- [ ] "no-restricted-syntax"
|
- [ ] "no-restricted-syntax"
|
||||||
- [ ] "no-return-assign"
|
- [ ] "no-return-assign"
|
||||||
- [X] "no-return-await"
|
- [X] "no-return-await"
|
||||||
- [ ] "no-script-url"
|
- [X] "no-script-url"
|
||||||
- [ ] "no-self-assign"
|
- [ ] "no-self-assign"
|
||||||
- [ ] "no-self-compare"
|
- [ ] "no-self-compare"
|
||||||
- [ ] "no-sequences"
|
- [ ] "no-sequences"
|
||||||
|
@ -311,6 +311,9 @@
|
|||||||
"no-return-await": [
|
"no-return-await": [
|
||||||
"error"
|
"error"
|
||||||
],
|
],
|
||||||
|
"no-script-url": [
|
||||||
|
"error"
|
||||||
|
],
|
||||||
"no-spaced-func": [
|
"no-spaced-func": [
|
||||||
"off"
|
"off"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user