@mirango/eslint-config
v0.100.1
Published
An ESLint configuration file that enforces company-wide frontend TypeScript and React best practices.
Keywords
Readme
@mirango/eslint-config
An ESLint configuration file that enforces company-wide frontend TypeScript and React best practices.
Install
yarn add --dev @mirango/eslint-configUsage
Install all required packages:
yarn add --dev eslint typescript prettierModify your .eslintrc.json file:
{
"parserOptions": {
"project": "tsconfig.json"
},
"extends": ["@mirango/eslint-config"],
"rules": {
"modified-rule": "off"
}
}