Skip to content

Datawheel/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@datawheel/eslint-config

A set of common eslint rules to use on Datawheel javascript projects.

Usage

You will need to install this package's peerDependencies for it to work correctly. To install both this package and its peerDependencies at once, you can use this command:

npx install-peerdeps --dev @datawheel/eslint-config

Check the documentation for the install-peerdeps package for more options.

To enable this config file, add "extends": "@datawheel" to your eslint config file.
The easiest way is to set it under the "eslintConfig" key in the package.json file of your project.