@manufac/eslint-config
v4.2.1
Published
Manufac's ESLint config with TypeScript support
Downloads
339
Maintainers
Readme
@manufac/eslint-config
- How to create shareable ESLint config? Ref: https://eslint.org/docs/latest/extend/shareable-configs
Installing Peer Deps
Run npx install-peerdeps --dev @manufac/eslint-config
.
TS Rules | ESLint Config
import manufacConfig from "@manufac/eslint-config";
export default [
...manufacConfig
];
TS + ReactJS Rules | ESLint Config
import manufacConfig from "@manufac/eslint-config/react.js";
export default [
...manufacConfig
];