Skip to content

Commit

Permalink
chore(generic): alphabetize custom eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jan 15, 2017
1 parent 05f893e commit e7f6eeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"rules": {
"consistent-return": 0,
"global-require": 0,
"import/extensions": 0,
"import/no-dynamic-require": 0,
"import/no-extraneous-dependencies": 0,
"import/no-unresolved": 0,
"import/extensions": 0,
"linebreak-style": 0,
"max-len": [2, 160],
"no-console": 0,
"no-underscore-dangle": 0,
"no-throw-literal": 0
"no-throw-literal": 0,
"no-underscore-dangle": 0
},
"parser": "babel-eslint"
}

0 comments on commit e7f6eeb

Please sign in to comment.