0.5.0 • Published 7 years ago

eslint-config-cos-base v0.5.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
7 years ago

eslint-config-cos-base

Generic ESLint configuration for the Center for Open Science

npm version

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