mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
chore: add sort linting (#169)
This commit is contained in:
+16
-3
@@ -38,13 +38,26 @@
|
||||
"@slack/web-api": "^5.12.0",
|
||||
"@types/async": "^3.2.3",
|
||||
"@types/node": "^14.11.2",
|
||||
"@types/node-notifier": "^8.0.0",
|
||||
"@types/nodemailer": "^6.4.0",
|
||||
"@types/puppeteer": "^3.0.2",
|
||||
"@types/node-notifier": "^8.0.0",
|
||||
"discord-webhook-node": "^1.1.8",
|
||||
"husky": "^4.3.0",
|
||||
"play-sound": "^1.1.3",
|
||||
"rimraf": "^3.0.2",
|
||||
"typescript": "^4.0.2",
|
||||
"xo": "^0.33.1",
|
||||
"discord-webhook-node": "^1.1.8"
|
||||
"xo": "^0.33.1"
|
||||
},
|
||||
"xo": {
|
||||
"rules": {
|
||||
"sort-imports": "error",
|
||||
"sort-keys": "error",
|
||||
"sort-vars": "error"
|
||||
}
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "npm run lint && npm run build"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user