eslint-config-hami
v1.6.1
Published
My ESLint config for typescript (and react)
Downloads
23
Readme
eslint-config-hami
My ESLint config for typescript, react and nextjs
Based on Standard
Install
yarn add --dev eslint-config-hami
yarn esinit --config <config>
Configs: ts, react, nextjs
Other Configs
React Config
Change extends
to hami/react
in .eslintrc.json
{
"extends": ["hami/react"],
"parserOptions": {
"project": "./tsconfig.json"
}
}
NextJS Config
Change extends
to hami/nextjs
in .eslintrc.json
{
"extends": ["hami/nextjs"],
"parserOptions": {
"project": "./tsconfig.json"
}
}