Skip to content

Commit

Permalink
Disable import/unambiguous rule.
Browse files Browse the repository at this point in the history
Added `svg` extensions to import extensions.
  • Loading branch information
mgorunuch committed Dec 3, 2019
1 parent 52e77ac commit 9fa0171
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/eslint-config-spacetab-io/rules/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ module.exports = {
'import/no-deprecated': 'error',
'import/no-extraneous-dependencies': 'off',
'import/no-mutable-exports': 'error',
'import/unambiguous': 'error',
'import/unambiguous': 'off',
'import/no-commonjs': 'off',
'import/no-amd': 'off',
'import/no-nodejs-modules': 'off',
Expand All @@ -438,6 +438,7 @@ module.exports = {
'type': 'always',
'old': 'always',
'png': 'always',
'svg': 'always',
'.js.vue': 'always',
'vue': 'ignorePackages'
}
Expand Down

0 comments on commit 9fa0171

Please sign in to comment.