We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e175f5a commit a7be7c3Copy full SHA for a7be7c3
package.json
@@ -19,9 +19,9 @@
19
"format:package": "prettier \"**/package.json\" --write",
20
"format:ts": "prettier \"**/*.ts\" --write",
21
"lint": "npm-run-all --parallel lint:*",
22
- "lint:css": "stylelint packages/**/*.ts",
23
- "lint:eslint": "eslint packages scripts",
24
- "lint:lit": "lit-analyzer packages --strict",
+ "lint:css": "stylelint packages/**/src/*.ts fixtures/**/src/*.ts",
+ "lint:eslint": "eslint packages fixtures scripts",
+ "lint:lit": "lit-analyzer packages/**/src/*.ts fixtures/**/src/*.ts --strict",
25
"postinstall": "patch-package",
26
"release": "changeset publish && yarn format",
27
"serve": "web-dev-server --node-resolve",
0 commit comments