File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4
4
"project" : [" ./src/**/*.ts" , " ./src/**/*.tsx" ],
5
5
"ignore" : [
6
6
" **/gen/*" ,
7
- // Components are vendored from coder/coder
7
+ // Since components are vendored from coder/coder it would be a pain to have
8
+ // to fix lint issues every time we update the components here by copying the
9
+ // new ones in.
8
10
" ./src/client/components/*"
9
11
]
10
12
}
Original file line number Diff line number Diff line change 9
9
" src/**/*" ,
10
10
" !src/client/gen/types.ts" ,
11
11
" !pnpm-lock.yaml" ,
12
- // Ignore components because they're vendored from coder/coder
12
+ // Since components are vendored from coder/coder it would be a pain to have
13
+ // to fix lint issues every time we update the components here by copying the
14
+ // new ones in.
13
15
" !src/client/components/*"
14
16
],
15
17
"ignoreUnknown" : true
You can’t perform that action at this time.
0 commit comments