diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-10 15:12:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 15:12:49 +0000 |
commit | fa31396596915490e5447336920b3efe5d05f778 (patch) | |
tree | 6cb77791f80fc7a755e6bd95f81d76c11e21c6c0 /FrontEnd/package.json | |
parent | 083f93b590dce0867f2c4752c2a1d9a719fca147 (diff) | |
parent | 5dcc741b5ef4391969532e1af3cc4a15bfad6000 (diff) | |
download | timeline-fa31396596915490e5447336920b3efe5d05f778.tar.gz timeline-fa31396596915490e5447336920b3efe5d05f778.tar.bz2 timeline-fa31396596915490e5447336920b3efe5d05f778.zip |
Merge pull request #516 from crupest/dependabot/npm_and_yarn/FrontEnd/prettier-2.3.0
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index ce736c02..04ad248d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -41,7 +41,8 @@ "scripts": {
"start": "webpack serve --config ./webpack.config.dev.js",
"build": "webpack --config ./webpack.config.prod.js",
- "lint": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx"
+ "lint": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx",
+ "lint:fix": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx --fix"
},
"browserslist": {
"production": [
@@ -100,7 +101,7 @@ "postcss": "^8.2.14",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
- "prettier": "^2.2.1",
+ "prettier": "^2.3.0",
"querystring-es3": "^0.2.1",
"react-refresh": "^0.10.0",
"sass": "^1.32.12",
|