Skip to content

Commit

Permalink
add new lines between import groups
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmark committed Apr 22, 2018
1 parent fc6dc9e commit 0a6dda4
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 0a6dda4

Please sign in to comment.