-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.21 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "eslint-config-xo-lass",
"description": "ESLint shareable config for Lass to be used with eslint-config-xo",
"version": "2.0.1",
"author": "Nick Baugh <[email protected]> (http://niftylettuce.com/)",
"bugs": {
"url": "https://github.com/lassjs/eslint-config-xo-lass/issues",
"email": "[email protected]"
},
"contributors": [
"Nick Baugh <[email protected]> (http://niftylettuce.com/)"
],
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"cross-env": "^7.0.3",
"husky": "^8.0.1",
"lint-staged": "^13.0.0",
"remark-cli": "^10.0.1",
"remark-preset-github": "^4.0.3",
"xo": "^0.49.0"
},
"engines": {
"node": ">=14"
},
"files": [
"index.js"
],
"homepage": "https://github.com/lassjs/eslint-config-xo-lass",
"keywords": [
"cabin",
"config",
"eslint",
"lad",
"lass",
"rules",
"xo"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/lassjs/eslint-config-xo-lass"
},
"scripts": {
"lint": "xo --fix && remark . -qfo && fixpack",
"prepare": "husky install",
"test": "npm run lint"
}
}