eslint-config-hami
v1.7.6
Published
My ESLint config for typescript (and react)
Readme
eslint-config-hami
My ESLint config for typescript, react and nextjs
Install
bun add --dev eslint-config-hamibunx 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"
}
}