Skip to content

Commit e1392c6

Browse files
committed
build: use tsc as linter
1 parent 3c97f3f commit e1392c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/experimental/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"build:annotate": "babel dist/esm --plugins annotate-pure-calls --out-dir dist/esm --source-maps",
3636
"generate:cml-wrappers": "tsx tools/generate-cml-wrappers.ts",
3737
"test": "vitest run",
38-
"lint": "eslint . --max-warnings 0",
38+
"lint": "tsc --noEmit",
3939
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
4040
"docgen": "docgen"
4141
},

0 commit comments

Comments
 (0)