mirror of
https://github.com/BreizhHardware/memoizee.git
synced 2026-03-18 21:40:27 +01:00
Use directly binaries on package.json and refactor lint command
This commit is contained in:
@@ -41,9 +41,10 @@
|
||||
"xlint-jslint-medikoo": "^0.1.4"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
|
||||
"lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
|
||||
"test": "node node_modules/tad/bin/tad"
|
||||
"lint": "npm run lint-medikoo -- --no-cache --no-stream",
|
||||
"lint-console": "npm run lint-medikoo -- --watch",
|
||||
"lint-medikoo": "xlint --linter=node_modules/xlint-jslint-medikoo/index.js",
|
||||
"test": "tad"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user