Skip to content

Commit

Permalink
Add prettier to project
Browse files Browse the repository at this point in the history
  • Loading branch information
smartclash committed Jun 1, 2021
1 parent c3d6031 commit d7a0622
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dist
public
lib
1 change: 1 addition & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@
"@types/html-to-draftjs": "^1.4.0",
"@types/jest": "^26.0.20",
"@types/mocha": "^8.2.0",
"@types/react-dates": "^21.8.2",
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-dates": "^21.8.2",
"autoprefixer": "^9.8.6",
"bs-platform": "^8.4.2",
"concurrently": "^5.3.0",
Expand All @@ -164,6 +164,7 @@
"jest-watch-typeahead": "0.6.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-cli": "^7.1.2",
"prettier": "^2.3.0",
"redux-devtools-extension": "^2.13.8",
"snyk": "^1.566.0",
"source-map-loader": "^1.1.3",
Expand Down

0 comments on commit d7a0622

Please sign in to comment.