Eslint
JS Rules
eslint-plugin-react
Rule Name | ⚠️ | ❌ | 🔧 |
---|---|---|---|
react/jsx-uses-vars | ✔️ | ||
react/jsx-filename-extension | ✔️ | { extensions: ['.tsx', '.jsx'] } |
The eslint rule(s) listed below will have to be manually fixed.
Rule Name |
---|
eqeqeq |
no-await-in-loop |
no-eq-null |
no-use-before-define |
default-case |
prefer-rest-params |
require-await |