A set of common eslint rules to use on Datawheel javascript projects.
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.