aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-10 15:12:49 +0000
committerGitHub <noreply@github.com>2021-05-10 15:12:49 +0000
commit98a3374d13d89e20ac210eb5f5c17dae902a5942 (patch)
treefa8d497b0176d6c7bde35ba95feed254b780e25f /FrontEnd/package.json
parent137cfad1eaea5885b23e0acf852d9c31f4bb74a0 (diff)
parentb4e0441dd8b0a238d970d6c9382fd84d86e6e249 (diff)
downloadtimeline-98a3374d13d89e20ac210eb5f5c17dae902a5942.tar.gz
timeline-98a3374d13d89e20ac210eb5f5c17dae902a5942.tar.bz2
timeline-98a3374d13d89e20ac210eb5f5c17dae902a5942.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.json5
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",