Skip to content

Commit

Permalink
🔧 Add eslint-config-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Jan 2, 2020
1 parent 0480eee commit 890aa27
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["prettier"]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"auto-i18n": "^1.0.0",
"coveralls": "^3.0.9",
"cssnano": "^4.1.10",
"eslint-config-prettier": "^6.9.0",
"gitmoji-changelog": "^2.0.1",
"gulp": "^4.0.2",
"husky": "^3.1.0",
Expand Down
17 changes: 17 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 890aa27

Please sign in to comment.