1
0
mirror of https://github.com/kremalicious/hyper-mac-pro.git synced 2024-11-22 01:37:13 +01:00

remove stylelint

This commit is contained in:
Matthias Kretschmann 2018-07-09 17:02:44 +02:00
parent 346cd18db8
commit 59974d4c76
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -6,24 +6,20 @@
"author": "Matthias Kretschmann <m@kretschmann.io>", "author": "Matthias Kretschmann <m@kretschmann.io>",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "xo && stylelint *.css", "test": "xo",
"precommit": "npm run test", "precommit": "npm run test",
"release": "./node_modules/release-it/bin/release-it.js --src.tagName='v%s' --github.release --npm.publish" "release": "./node_modules/release-it/bin/release-it.js --src.tagName='v%s' --github.release --npm.publish"
}, },
"files": [ "files": [
"index.js", "index.js",
"styles.css" "styles.js"
], ],
"repository": "kremalicious/hyper-mac-pro", "repository": "kremalicious/hyper-mac-pro",
"xo": { "xo": {
"esnext": true, "esnext": true,
"space": 4, "space": 4,
"semicolon": false, "semicolon": false,
"globals": [ "globals": ["document"]
"document",
"window",
"screen"
]
}, },
"keywords": [ "keywords": [
"hyper", "hyper",
@ -40,8 +36,6 @@
"devDependencies": { "devDependencies": {
"husky": "^0.14.0", "husky": "^0.14.0",
"release-it": "^7.0.2", "release-it": "^7.0.2",
"stylelint": "^9.0.0",
"stylelint-config-standard": "^18.0.0",
"xo": "^0.21.0" "xo": "^0.21.0"
} }
} }