eslint-plugin-theobroma
v0.0.1
Published
reusable config
Maintainers
Readme
eslint-plugin-theobroma
reusable config
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-theobroma:
npm install eslint-plugin-theobroma --save-devUsage
In your configuration file, import the plugin eslint-plugin-theobroma and add theobroma to the plugins key:
import theobroma from "eslint-plugin-theobroma";
export default [
{
plugins: {
theobroma
}
}
];Configurations
TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered).
