Skip to content

Commit

Permalink
(lint) Integrate Linting
Browse files Browse the repository at this point in the history
- Install eslint prettier dependencies
- Add .prettierrc file to codebase
- Add lint script to package.json
[Delivers #164683136]
  • Loading branch information
Easybuoy committed Mar 17, 2019
1 parent cbb6688 commit c7b6424
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"@material-ui/core": "^3.0.3",
"@material-ui/icons": "^3.0.1",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"grommet": "^1.11.0",
"jest": "^24.5.0",
"mdbreact": "^4.7.0",
"react": "^16.5.0",
"react-dom": "^16.5.0",
Expand Down

0 comments on commit c7b6424

Please sign in to comment.