Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vistahigherlearning / eslint-config-vhl   js

Repository URL to install this package:

Version: 0.1.2 

/ test / .eslintrc

{
  "rules": {
    // disabled because I find it tedious to write tests while following this
    // rule
    "no-shadow": 0,
    // tests uses `t` for tape
    "id-length": [2, {"min": 2, "properties": "never", "exceptions": ["t"]}]
  }
}