aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-05-19 02:39:47 +0300
committerGravatar Vitaly Takmazov2023-05-19 02:54:34 +0300
commit71acbc9791ad42f99757feb9ed03e208fd09aa70 (patch)
tree02be8ff9af14bcc3592c442c95fe1596391856f6 /package.json
parent56c7241c2ff3e62b2f6f8064f985181f4387dd3d (diff)
Fix linter warnings
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 60c10a14..cdcbd35b 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
"vnext:build:ssr": "npm run vnext:build && webpack -c vnext/server/webpack.config.js --mode production",
"vnext:start-ssr": "npm run vnext:build:ssr && cross-env DEBUG=http node --enable-source-maps public/server.js",
"vnext:start": "cross-env NODE_ENV=development webpack serve -c vnext/webpack.config.js --mode development",
- "vnext:lint": "eslint vnext/src/**/*.js"
+ "vnext:lint": "eslint vnext/src/**/*.js vnext/server/**/*.js"
},
"repository": {
"type": "git",