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

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

View File

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