diff options
author | crupest <crupest@outlook.com> | 2021-05-10 23:10:09 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-10 23:10:09 +0800 |
commit | 5dcc741b5ef4391969532e1af3cc4a15bfad6000 (patch) | |
tree | 6cb77791f80fc7a755e6bd95f81d76c11e21c6c0 /FrontEnd/package.json | |
parent | 17f7af5d3f7333d727b6d873e08e49245993d592 (diff) | |
download | timeline-5dcc741b5ef4391969532e1af3cc4a15bfad6000.tar.gz timeline-5dcc741b5ef4391969532e1af3cc4a15bfad6000.tar.bz2 timeline-5dcc741b5ef4391969532e1af3cc4a15bfad6000.zip |
chore: Migrate to prettier 2.3.0.
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 52952d0e..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": [
|