@totejs/eslint-config
v1.5.4
Published
> Reusable config for Eslint
Readme
@totejs/eslint-config
Reusable config for Eslint
Install
pnpm add @totejs/eslint-config -DUsage
// package.json (for typescript library)
{
"eslintConfig": {
"extends": ["@totejs/eslint-config"]
}
}
// package.json (for react project)
{
"eslintConfig": {
"extends": ["@totejs/eslint-config/react"]
}
}