eslint-plugin-bob-style
v1.0.9
Published
Opinionated TypeScript code style rules advocated by Bob
Maintainers
Readme
eslint-plugin-bob-style
Opinionated TypeScript code style rules advocated by Bob.
Installation
npm install --save-dev eslint-plugin-bob-styleUsage
// eslint.config.mjs
import bobStyle from "eslint-plugin-bob-style";
export default [
bobStyle.configs.recommended,
];Rules
| Rule | Description |
|------|-------------|
| filename-matches-declaration | ... |
| max-effective-lines | ... |
| no-anonymous-object-structures | ... |
| no-callable-interfaces | ... |
| no-else | ... |
| no-exported-standalone-callables | ... |
| no-extends-callable-function | ... |
| no-get-prefix | ... |
| no-magic-strings | ... |
| no-mixed-interfaces | ... |
| no-ts-type-alias | ... |
| no-ts-union-type | ... |
| one-declaration-per-file | ... |
| prefer-inline-exports | ... |
License
MIT
