Skip to content

Commit

Permalink
fix(import/order): Chage import order from error to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Apr 1, 2018
1 parent a8635f0 commit 960c93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ module.exports = {

// Enforce a convention in module import order
// https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/order.md
'import/order': ['error', {
'import/order': ['warning', {
groups: ['builtin', 'external', 'internal', 'parent', 'sibling', 'index'],
'newlines-between': 'always-and-inside-groups',
}],
Expand Down

0 comments on commit 960c93f

Please sign in to comment.