Skip to content

Commit

Permalink
feat: Create a config for prettier as default project setting
Browse files Browse the repository at this point in the history
this fixes #104
  • Loading branch information
marianzburlea committed Aug 1, 2019
1 parent 20e067c commit 54226e4
Show file tree
Hide file tree
Showing 4 changed files with 682 additions and 74 deletions.
14 changes: 14 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extends": [
"airbnb",
"prettier"
],
"plugins": [
"prettier"
],
"rules": {
"prettier/prettier": [
"error"
]
}
}
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 100,
"singleQuote": true
}
Loading

0 comments on commit 54226e4

Please sign in to comment.