jeffzyliu / typietalkie

0 stars 0 forks source link

Eslint refresh #26

Open jeffzyliu opened 2 years ago

jeffzyliu commented 2 years ago

env es2021 "react/jsx-uses-react": "off", "react/react-in-jsx-scope": "off" since automatic runtime

"extends": ["airbnb", "airbnb/hooks"]

jeffzyliu commented 2 years ago

npx react-codemod update-react-imports

To modernize

jeffzyliu commented 2 years ago

Remove Arrow-body-style No-unrestricted-syntax No else return No cap No underscore dangle One var etc Import no unresolved Max-len

React: Jsx uses vars First prop new line One expression per line

Modify no unused vars to look at underscores