feat(import): Rule "no-webpack-loader-syntax"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-13 18:52:20 +04:00
parent f6c6e7ff0a
commit 3f4d2c8b7d
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 4 additions and 1 deletions

View File

@ -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"

View File

@ -4,5 +4,8 @@
],
"import/first": [
"error"
],
"import/no-webpack-loader-syntax": [
"error"
]
}