Skip to content

Commit

Permalink
Use prettier config file
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraham committed Sep 23, 2017
1 parent b554dbe commit 22a743d
Show file tree
Hide file tree
Showing 4 changed files with 325 additions and 126 deletions.
6 changes: 1 addition & 5 deletions .eslintrc
Expand Up @@ -12,11 +12,7 @@
"prettier"
],
"rules": {
"prettier/prettier": ["error", {
"bracketSpacing": false,
"singleQuote": true,
"trailingComma": "none"
}],
"prettier/prettier": 2,
"camelcase": 2,
"no-cond-assign": 0,
"no-else-return": 2,
Expand Down
6 changes: 6 additions & 0 deletions .prettierrc
@@ -0,0 +1,6 @@
{
"bracketSpacing": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none"
}

0 comments on commit 22a743d

Please sign in to comment.