feat(eslint): Rule "no-path-concat"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
601b389064
commit
1178701bf1
@ -161,7 +161,7 @@
|
||||
- [ ] "no-octal"
|
||||
- [X] "no-octal-escape"
|
||||
- [ ] "no-param-reassign"
|
||||
- [ ] "no-path-concat"
|
||||
- [X] "no-path-concat"
|
||||
- [ ] "no-plusplus"
|
||||
- [ ] "no-process-env"
|
||||
- [ ] "no-process-exit"
|
||||
|
@ -322,6 +322,9 @@
|
||||
"no-octal-escape": [
|
||||
"error"
|
||||
],
|
||||
"no-path-concat": [
|
||||
"error"
|
||||
],
|
||||
"no-proto": [
|
||||
"error"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user