eslint-config-cos-base
v0.5.0
Published
Base ESLint configuration for the Center for Open Science
Downloads
2
Maintainers
Readme
eslint-config-cos-base
Generic ESLint configuration for the Center for Open Science
Based on AirBnB's JavaScript Guide, with a few notable exceptions including:
- Indentation of 4 spaces instead of 2
- Allow
for..of
loops - Allow
++
- Turn off some import rules and make others warnings
max-len
is a warning, until we get the various repos cleaned up