File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 19
19
# cache: 'yarn'
20
20
- run : yarn
21
21
- 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
22
24
- run : yarn lint-check
23
25
- run : yarn build-lib
24
26
- run : yarn type-check-app
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ export default typescriptEslint.config([
48
48
//
49
49
// TypeScript
50
50
//
51
- typescriptEslint . configs . recommended ,
52
- // typescriptEslint.configs.recommendedTypeChecked,
51
+ // typescriptEslint.configs.recommended,
52
+ typescriptEslint . configs . recommendedTypeChecked ,
53
53
{
54
54
name : 'typescript-rules' ,
55
55
languageOptions : {
You can’t perform that action at this time.
0 commit comments