chore: add lint-ts rule (#10427)
This commit is contained in:
committed by
Nicolò Ribaudo
parent
1b352ca8a1
commit
0ee2c42b55
7
scripts/tests/typescript/lint.sh
Executable file
7
scripts/tests/typescript/lint.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
node="node"
|
||||
tsFlags="--strict"
|
||||
|
||||
$node ./node_modules/typescript/bin/tsc $tsFlags ./packages/babel-types/lib/index.d.ts
|
||||
Reference in New Issue
Block a user