File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ module.exports = {
17
17
'@typescript-eslint/ban-ts-ignore' : 'off' ,
18
18
'@typescript-eslint/no-unused-vars' : 'off' ,
19
19
'@typescript-eslint/camelcase' : 'off' ,
20
+ '@typescript-eslint/ban-ts-comment' : 'off' ,
20
21
// 'react/forbid-component-props': [1, { forbid: ['style'] }],
21
22
// 'react/forbid-dom-props': [1, { forbid: ['style'] }],
22
23
} ,
Original file line number Diff line number Diff line change 27
27
"build" : " ./scripts/build.sh" ,
28
28
"postinstall" : " node ./node_modules/vscode/bin/install" ,
29
29
"install-all" : " yarn && yarn --cwd web-app" ,
30
- "lint" : " eslint src/**/*ts" ,
30
+ "lint" : " eslint web-app/ src/**/*.ts src/**/*. ts" ,
31
31
"package" : " ./scripts/package.sh" ,
32
32
"storybook" : " yarn --cwd web-app storybook" ,
33
33
"test" : " jest" ,
You can’t perform that action at this time.
0 commit comments