mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-25 12:27:19 +00:00
chore: add eslint stylelint unocss
This commit is contained in:
21
package.json
21
package.json
@@ -2,15 +2,24 @@
|
||||
"name": "elegant-nnw",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"fix": "stylelint \"**/*.css\""
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"keywords": [],
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "NODE_ENV=development unocss --watch",
|
||||
"build": "NODE_ENV=production unocss --minify",
|
||||
"fix": "stylelint \"**/*.css\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^0.38.5",
|
||||
"@types/node": "^18.16.3",
|
||||
"@unocss/eslint-config": "^0.51.8",
|
||||
"clean-css": "^5.3.2",
|
||||
"eslint": "^8.39.0",
|
||||
"stylelint": "^15.6.0",
|
||||
"stylelint-config-standard": "^33.0.0"
|
||||
"stylelint-config-standard": "^33.0.0",
|
||||
"typescript": "^5.0.4",
|
||||
"unocss": "^0.51.8"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user