Enable import/no-webpack-loader-syntax rule

This commit is contained in:
Simen Bekkhus
2016-10-13 09:00:23 +02:00
parent eb9927fb58
commit b59bfffac3
2 changed files with 16 additions and 1 deletions

View File

@@ -162,7 +162,7 @@ module.exports = {
// Forbid Webpack loader syntax in imports
// https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-webpack-loader-syntax.md
'import/no-webpack-loader-syntax': 'off',
'import/no-webpack-loader-syntax': 'error',
// Prevent unassigned imports
// https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-unassigned-import.md