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:
parent
346cd18db8
commit
59974d4c76
12
package.json
12
package.json
@ -6,24 +6,20 @@
|
||||
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "xo && stylelint *.css",
|
||||
"test": "xo",
|
||||
"precommit": "npm run test",
|
||||
"release": "./node_modules/release-it/bin/release-it.js --src.tagName='v%s' --github.release --npm.publish"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"styles.css"
|
||||
"styles.js"
|
||||
],
|
||||
"repository": "kremalicious/hyper-mac-pro",
|
||||
"xo": {
|
||||
"esnext": true,
|
||||
"space": 4,
|
||||
"semicolon": false,
|
||||
"globals": [
|
||||
"document",
|
||||
"window",
|
||||
"screen"
|
||||
]
|
||||
"globals": ["document"]
|
||||
},
|
||||
"keywords": [
|
||||
"hyper",
|
||||
@ -40,8 +36,6 @@
|
||||
"devDependencies": {
|
||||
"husky": "^0.14.0",
|
||||
"release-it": "^7.0.2",
|
||||
"stylelint": "^9.0.0",
|
||||
"stylelint-config-standard": "^18.0.0",
|
||||
"xo": "^0.21.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user