eslint-config-cs3marketing
v1.0.6
Published
ESLint shareable config for CS3 Marketing
Downloads
3
Readme
eslint-config-cs3marketing
ESLint configuration for CS3 Marketing
Getting started
To install eslint-config-cs3marketing
in your project, you will need to run the
following command using npm:
npm install eslint-config-cs3marketing
If you prefer Yarn, use the following command instead:
yarn add eslint-config-cs3marketing
Usage
You can use eslint-config-cs3marketing
in your project by extending it in your
eslint
configuration. For example, if we had an .eslintrc
file:
{
"extends": ["cs3marketing"]
}
The default configuration available under eslint-config-cs3marketing
includes all
ESLint configuration and plugins, including plugins for React.js development. If
you'd like to not include these rules in your setup, you can also include a
base
oriented configuration by doing the following:
{
"extends": ["eslint-config-cs3marketing/base"]
}
📝 License
Licensed under the MIT License.