mirror of https://github.com/xwiki-labs/cryptpad
add an npm script to lint only server components
This commit is contained in:
parent
ba6e3f33bd
commit
6b5118cdc3
|
@ -40,6 +40,7 @@
|
||||||
"package": "PACKAGE=1 node server.js",
|
"package": "PACKAGE=1 node server.js",
|
||||||
"lint": "jshint --config .jshintrc --exclude-path .jshintignore . && ./node_modules/lesshint/bin/lesshint -c ./.lesshintrc ./customize.dist/src/less2/",
|
"lint": "jshint --config .jshintrc --exclude-path .jshintignore . && ./node_modules/lesshint/bin/lesshint -c ./.lesshintrc ./customize.dist/src/less2/",
|
||||||
"lint:js": "jshint --config .jshintrc --exclude-path .jshintignore .",
|
"lint:js": "jshint --config .jshintrc --exclude-path .jshintignore .",
|
||||||
|
"lint:server": "jshint --config .jshintrc lib",
|
||||||
"lint:less": "./node_modules/lesshint/bin/lesshint -c ./.lesshintrc ./customize.dist/src/less2/",
|
"lint:less": "./node_modules/lesshint/bin/lesshint -c ./.lesshintrc ./customize.dist/src/less2/",
|
||||||
"flow": "./node_modules/.bin/flow",
|
"flow": "./node_modules/.bin/flow",
|
||||||
"test": "node scripts/TestSelenium.js",
|
"test": "node scripts/TestSelenium.js",
|
||||||
|
|
Loading…
Reference in New Issue