mirror of
https://github.com/unraid/api.git
synced 2026-01-16 13:39:51 -06:00
chore(package:scripts:lint): added xo as lint script
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"update-env": "cp .env.test .env && sed -i '' \"s|\\$(pwd)|$(pwd)|g\" .env",
|
||||
"dev": "npm run update-env && node-env-run --exec 'nodemon -e js,graphql --signal SIGINT index.js'",
|
||||
"test": "exit 0",
|
||||
"lint": "exit 0",
|
||||
"lint": "xo",
|
||||
"build": "modclean --no-progress --run --path ."
|
||||
},
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user