feat(import): Rule "no-webpack-loader-syntax"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
f6c6e7ff0a
commit
3f4d2c8b7d
@ -319,7 +319,7 @@
|
||||
- [ ] "no-unresolved"
|
||||
- [ ] "no-unused-modules"
|
||||
- [ ] "no-useless-path-segments"
|
||||
- [ ] "no-webpack-loader-syntax"
|
||||
- [X] "no-webpack-loader-syntax"
|
||||
- [ ] "order"
|
||||
- [ ] "prefer-default-export"
|
||||
- [ ] "unambiguous"
|
||||
|
@ -4,5 +4,8 @@
|
||||
],
|
||||
"import/first": [
|
||||
"error"
|
||||
],
|
||||
"import/no-webpack-loader-syntax": [
|
||||
"error"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user