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-unresolved"
|
||||||
- [ ] "no-unused-modules"
|
- [ ] "no-unused-modules"
|
||||||
- [ ] "no-useless-path-segments"
|
- [ ] "no-useless-path-segments"
|
||||||
- [ ] "no-webpack-loader-syntax"
|
- [X] "no-webpack-loader-syntax"
|
||||||
- [ ] "order"
|
- [ ] "order"
|
||||||
- [ ] "prefer-default-export"
|
- [ ] "prefer-default-export"
|
||||||
- [ ] "unambiguous"
|
- [ ] "unambiguous"
|
||||||
|
@ -4,5 +4,8 @@
|
|||||||
],
|
],
|
||||||
"import/first": [
|
"import/first": [
|
||||||
"error"
|
"error"
|
||||||
|
],
|
||||||
|
"import/no-webpack-loader-syntax": [
|
||||||
|
"error"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user