Skip to content

Commit

Permalink
refactor: rename eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
jofftiquez committed May 13, 2020
1 parent 68b4ac3 commit 5ef59fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"rules": {
"semi": [2, "always"],
"space-before-function-paren": [2, "always"],
"keyword-spacing": [2, {"before": true, "after": true}],
"space-before-blocks": [2, "always"],
"comma-dangle": [2, "always-multiline"],
},
"parser": "babel-eslint"
}
3 changes: 0 additions & 3 deletions .eslintrc.js

This file was deleted.

0 comments on commit 5ef59fc

Please sign in to comment.