Reusable, fairly strict eslint config with TypeScript & React support
npm i -D @devsht/eslint-config
or
yarn add --dev @devsht/eslint-config
Create a .eslintrc.js and add this package to the extends array.
module.exports = {
extends: ["@devsht/eslint-config"]
};