0.4.1 • Published 10 months ago
@poolofdeath20/eslint-config v0.4.1
@poolofdeath20/eslint-config
This is my eslint shareable config
What's an eslint shareable config? See this
How to use
Install via
pnpm/npm/yarn add -D @poolofdeath20/eslint-config
Then install along its peer dependencies
pnpm/npm/yarn add -D \
eslint-plugin-styled-components-a11y \
eslint-plugin-react \
eslint-plugin-jsx-a11y \
eslint \
@typescript-eslint/parser \
@typescript-eslint/eslint-plugin
{
"root": true,
"extends": ["@poolofdeath20/eslint-config/node"],
"rules": {
// Additional rules as you see fit
},
"overrides": [
{
"files": ["**/*.ts"], // or ["**/*.js"]
"rules": {
//...rules
}
}
]
}
Changes
Kindly refer to CHANGELOG
Additional information
See ESLint configuration for more information.