Skip to content

Commit

Permalink
build: add prettier and remove conflicting linter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
robmcguinness committed Mar 9, 2019
1 parent a61b16f commit 21d3c54
Show file tree
Hide file tree
Showing 3 changed files with 819 additions and 319 deletions.
35 changes: 9 additions & 26 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,14 @@
{
"parserOptions": {
"ecmaVersion": 8
},
"rules": {
"no-console": 0,
"indent": [
2,
4,
{ "SwitchCase": 1 }
],
"quotes": [
2,
"single"
],
"linebreak-style": [
2,
"unix"
],
"semi": [
2,
"always"
]
},
"extends": ["eslint:recommended", "prettier"],
"env": {
"node": true,
"es6": true,
"browser": true
"es6": true
},
"extends": "eslint:recommended"
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 8
},
"rules": {
"no-console": 0
}
}
Loading

0 comments on commit 21d3c54

Please sign in to comment.