aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-06-02 08:09:03 +0300
committerGravatar Vitaly Takmazov2022-06-02 08:09:03 +0300
commitc03f11f6e18975c66724204e7f6eb02d03dbf236 (patch)
tree86cf18f40a374b1d9f91f7b2a07551e92dca0342 /package.json
parentb6fe10eadadd69220033e72799e2f5b5a8278718 (diff)
eslint-plugin-jsdoc
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index cb36149a..d482af96 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,8 @@
"test": "echo \"Error: no test specified\" && exit 1",
"compile:css": "postcss --verbose --map style.css.map src/main/assets/style.css -d src/main/resources/static/",
"compile:js": "webpack",
- "compile": "cross-env NODE_ENV=production concurrently \"npm run compile:css\" \"npm run compile:js\""
+ "compile": "cross-env NODE_ENV=production concurrently \"npm run compile:css\" \"npm run compile:js\"",
+ "lint": "eslint ."
},
"repository": {
"type": "git",
@@ -38,6 +39,7 @@
"cross-env": "^7.0.3",
"cssnano": "^5.1.10",
"eslint": "8.16.0",
+ "eslint-plugin-jsdoc": "^39.3.2",
"eslint-plugin-only-ascii": "0.0.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",