1.0.1 • Published 2 years ago
@teka15/eslint-config v1.0.1
@teka15/eslint-config
Custom eslint-config setup that can be extended and incorporates:
@babel/eslint-parser@typescript-eslint/eslint-plugin@typescript-eslint/parsereslinteslint-config-nexteslint-config-prettiereslint-plugin-importeslint-plugin-jesteslint-plugin-jsx-a11yeslint-plugin-reacteslint-plugin-react-hooksprettier
Breakdown
All currently cjs format:
./index(base)./typescript./react(+ typescript)./jest(+ react)./next(+ react)
pnpm add @teka15/eslint-config --devBase
{
"extends": "@teka15/eslint-config"
}Next
{
"extends": "@teka15/eslint-config/next"
}React
{
"extends": "@teka15/eslint-config/react"
}TypeScript
{
"extends": "@teka15/eslint-config/typescript"
}