-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·43 lines (43 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·43 lines (43 loc) · 1.11 KB
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
{
"name": "@bhws/eslint-config",
"version": "0.0.16",
"description": "My lint config",
"contributors": [
"Ben Sheedy <web@bensheedy.com>"
],
"license": "MIT",
"homepage": "https://github.com/sanscheese/eslint-config",
"repository": {
"type": "git",
"url": "git+https://github.com/sanscheese/eslint-config.git"
},
"bugs": {
"url": "https://github.com/sanscheese/eslint-config/issues"
},
"scripts": {
"lint": "eslint . --config=index.js",
"test": "npm run lint && jest",
"release": "standard-version && git push --follow-tags && npm publish --access public"
},
"dependencies": {
"@nuxtjs/eslint-config": "^1.0.1",
"eslint": "^6.0.1",
"stylelint": "^10.1.0",
"stylelint-config-prettier": "^5.2.0",
"stylelint-config-recess-order": "^2.0.3",
"stylelint-config-standard": "^18.3.0",
"stylelint-prettier": "^1.1.1"
},
"devDependencies": {
"jest": "^24.8.0",
"standard-version": "^6.0.1"
},
"files": [
"eslint.config.js",
"eslint.js",
"prettier.js",
"prettier.config.js",
"stylelint.js",
"stylelint.config.js"
]
}