ESLint Integration
aakankshabhende opened this issue · 4 comments
ESLint Integration to format code, to fix spacing issues and code styles.
I didn't get what is the issue here as there is an eslint
configured already for photos and auth apps.
photos-web/apps/photos/.eslintrc.js
Lines 1 to 13 in d9a2d3e
photos-web/apps/auth/.eslintrc.js
Lines 1 to 13 in d9a2d3e
Both of these extend eslint-config
package which has basic eslint rules configured.
photos-web/packages/eslint-config/index.js
Lines 2 to 8 in d9a2d3e
Do you want it to be more restrictive, like by extending airbnb-eslint?
Or do you want a .vscode
settings file to auto-format on save?
Yes, I meant a .vscode setting to auto format.
@abhinavkgrd Although #1527 introduces auto-format on save, we should also review the rules. Things like using "
or '
, and having ;
at the end of the line are not enforced.
@pushkar8723 @abhinavkgrd I would like to work on this issue. Could you please assign me this?