You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"lint": "pnpm run lint:deps && pnpm run lint:publish && pnpm run lint:ts && concurrently \"pnpm run lint:es\"\"pnpm run lint:examples\"\"pnpm run lint:website\"",
39
+
"lint": "pnpm run lint:deps && pnpm run lint:publish && pnpm run lint:ts && concurrently \"pnpm run lint:es\"",
40
40
"lint:deps": "skott -m file-tree -e .ts -s",
41
41
"lint:es": "eslint . --max-warnings 100",
42
42
"lint:examples": "pnpm m -F \"./examples/*\" run lint",
0 commit comments