Skip to content

Files

Latest commit

 

History

History
 
 

eslint-config-carbon

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

eslint-config-carbon

ESLint configuration for Carbon

Getting started

To install eslint-config-carbon in your project, you will need to run the following command using npm:

npm install -S eslint-config-carbon

If you prefer Yarn, use the following command instead:

yarn add eslint-config-carbon

Usage

You can use eslint-config-carbon in your project by extending it in your eslint configuration. For example, if we had an .eslintrc file:

{
  "extends": ["carbon"]
}

The default configuration available under eslint-config-carbon 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 or vanilla oriented configuration by doing the following:

{
  "extends": ["eslint-config-carbon/base"]
}

πŸ™Œ Contributing

We're always looking for contributors to help us fix bugs, build new features, or help us improve the project documentation. If you're interested, definitely check out our Contributing Guide! πŸ‘€

πŸ“ License

Licensed under the Apache 2.0 License.