|
@@ -4,7 +4,7 @@
|
|
|
"description": "Format code and lint code",
|
|
"description": "Format code and lint code",
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"format": "prettier . --write --plugin prettier-plugin-svelte",
|
|
"format": "prettier . --write --plugin prettier-plugin-svelte",
|
|
|
- "lint": "eslint --ext .js,.svelte,.json,.ts,.cjs ."
|
|
|
|
|
|
|
+ "lint": "eslint packages demo"
|
|
|
},
|
|
},
|
|
|
"author": "dufu1991",
|
|
"author": "dufu1991",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|