-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1003 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@skyscanner/eslint-plugin-rules",
"version": "1.0.0",
"description": "ESLint plugin containing rules used at Skyscanner",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint-staged": "lint-staged",
"lint:js:fix": "eslint . --fix",
"prepare": "husky install",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Skyscanner/eslint-plugin-rules.git"
},
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"eslint-rules",
"eslintrules"
],
"author": "Backpack Design System <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Skyscanner/eslint-plugin-rules/issues"
},
"homepage": "https://github.com/Skyscanner/eslint-plugin-rules#readme",
"devDependencies": {
"eslint": "^8.56.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.4",
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
"prettier": "^3.3.3"
}
}