Skip to content

Commit

Permalink
add preferred eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmagoon committed Dec 1, 2017
1 parent 67d0605 commit fbcc5cc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"extends": "airbnb"
}
"parser": "babel-eslint",
"extends": "airbnb",
"rules": {
"react/jsx-filename-extension": [1, {
"extensions": [".js"]
}],
"comma-dangle": ["error", "never"],
"semi": ["error", "never"]
}
}

0 comments on commit fbcc5cc

Please sign in to comment.