eslint-config-cs3marketing

1.0.6 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-cs3marketing

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

12.5 kB

Total Files

10

Last publish

Collaborators

  • ianwhite99