chore: init

This commit is contained in:
changjun
2023-05-03 02:10:44 +08:00
commit 15178686e4
11 changed files with 1263 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "elegant-nnw",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"fix": "stylelint \"**/*.css\""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"stylelint": "^15.6.0",
"stylelint-config-standard": "^33.0.0"
}
}