Tailify's very own opinionated ESLint configuration for React.
$ npm install --save-dev @tailify/eslint-config-react
To get started, add this to your .eslintrc.js
file:
module.exports = {
extends: ['@tailify/react']
};
Note: We can omit the /eslint-config
suffix since it is automatically assumed by ESLint.