Add packages eslint-plugin-prettier and eslint-config-prettier

These packages add better code formatting support in VS Code
This commit is contained in:
Manuel Bouza
2019-04-09 08:20:46 +02:00
parent 173a1d8e62
commit e1ccb22493
3 changed files with 36 additions and 2 deletions

View File

@@ -49,7 +49,9 @@
"copyfiles": "^2.1.0",
"css-loader": "^2.1.0",
"eslint": "^5.7.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-jest": "^22.2.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.11.1",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",