Skip to content

Commit

Permalink
Merge pull request #15 from sharkcore/add_newlines_between_order_groups
Browse files Browse the repository at this point in the history
add new lines between import groups
  • Loading branch information
magicmark authored Apr 22, 2018
2 parents fc6dc9e + 0a6dda4 commit 933c50b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
es6: true,
},
rules: {
'import/order': 2,
'import/order': ['error', { 'newlines-between': 'always' }],
'react/jsx-filename-extension': 'off',
'prettier/prettier': [
'error',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sharkcore/eslint-config",
"version": "1.1.0-alpha.2",
"version": "1.1.0-alpha.3",
"description": "Sharkcore eslint config",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 933c50b

Please sign in to comment.