Skip to content

Commit 8ed4b98

Browse files
committed
use Biome for gentype tests too
1 parent 926e13c commit 8ed4b98

File tree

12 files changed

+203
-1587
lines changed

12 files changed

+203
-1587
lines changed

jscomp/gentype_tests/typescript-react-example/.eslintrc.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

jscomp/gentype_tests/typescript-react-example/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ SHELL = /bin/bash
22

33
test:
44
npm install
5+
npm run lint
56
npm run build
67
npm run tsc
7-
npm run lint
88
@git diff --quiet src/ \
99
|| { echo; echo "Please review the Gentype outputs too!"; echo; false; } \
1010
|| exit 1
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
3+
"extends": ["../../../biome.json"],
4+
"linter": {
5+
"enabled": true,
6+
"rules": {
7+
"recommended": true
8+
},
9+
"ignore": [
10+
"**/*.res.js",
11+
"**/*.gen.ts*"
12+
]
13+
}
14+
}

0 commit comments

Comments
 (0)