Skip to content

Commit 073324e

Browse files
committed
WIP: Show version & config
1 parent fa34a66 commit 073324e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
# cache: 'yarn'
2020
- run: yarn
2121
- run: yarn prettier-check
22+
- run: yarn workspace react-hook-tracer-demo eslint --version
23+
- run: yarn workspace react-hook-tracer-demo eslint --print-config apps/react-hook-tracer-demo/src/App.tsx
2224
- run: yarn lint-check
2325
- run: yarn build-lib
2426
- run: yarn type-check-app

eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ export default typescriptEslint.config([
4848
//
4949
// TypeScript
5050
//
51-
typescriptEslint.configs.recommended,
52-
// typescriptEslint.configs.recommendedTypeChecked,
51+
// typescriptEslint.configs.recommended,
52+
typescriptEslint.configs.recommendedTypeChecked,
5353
{
5454
name: 'typescript-rules',
5555
languageOptions: {

0 commit comments

Comments
 (0)