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 = {
1717 '@typescript-eslint/ban-ts-ignore' : 'off' ,
1818 '@typescript-eslint/no-unused-vars' : 'off' ,
1919 '@typescript-eslint/camelcase' : 'off' ,
20+ '@typescript-eslint/ban-ts-comment' : 'off' ,
2021 // 'react/forbid-component-props': [1, { forbid: ['style'] }],
2122 // 'react/forbid-dom-props': [1, { forbid: ['style'] }],
2223 } ,
Original file line number Diff line number Diff line change 2727 "build" : " ./scripts/build.sh" ,
2828 "postinstall" : " node ./node_modules/vscode/bin/install" ,
2929 "install-all" : " yarn && yarn --cwd web-app" ,
30- "lint" : " eslint src/**/*ts" ,
30+ "lint" : " eslint web-app/ src/**/*.ts src/**/*. ts" ,
3131 "package" : " ./scripts/package.sh" ,
3232 "storybook" : " yarn --cwd web-app storybook" ,
3333 "test" : " jest" ,
You can’t perform that action at this time.
0 commit comments