Example ESLint plugin built with create-typescript-app. π
Add this plugin to the list of plugins in your ESLint configuration file:
npm i eslint-plugin-cta-example -D
import CtaExample from "eslint-plugin-cta-example";
export default [
// (other plugins)
CtaExample.configs.recommended, // π
];
These are all set to "error"
in the recommended config:
Name | Description |
---|---|
enums | Avoid using TypeScript's enums. |
See .github/CONTRIBUTING.md
, then .github/DEVELOPMENT.md
.
Thanks! π
Bingo π π» π π π€ π π§ π π§ |
Josh Goldberg β¨ π» π π π€ π π§ π π§ |
π This package was templated with
create-typescript-app
using the Bingo engine.