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-return-assign"
|
||||
- [X] "no-return-await"
|
||||
- [ ] "no-script-url"
|
||||
- [X] "no-script-url"
|
||||
- [ ] "no-self-assign"
|
||||
- [ ] "no-self-compare"
|
||||
- [ ] "no-sequences"
|
||||
|
@ -311,6 +311,9 @@
|
||||
"no-return-await": [
|
||||
"error"
|
||||
],
|
||||
"no-script-url": [
|
||||
"error"
|
||||
],
|
||||
"no-spaced-func": [
|
||||
"off"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user