// Use this file as a starting point for your project's .eslintrc. // Copy this file, and add rule overrides as needed. { "extends" : "airbnb", "env" : { "browser" : true, "node" : true, "mocha" : true }, "parserOptions" : { "ecmaVersion" : 6, "sourceType" : "script" }, "rules" : { "strict" : 0, "no-multi-spaces" : 0, "key-spacing" : 0, "no-underscore-dangle" : 0, "class-methods-use-this" : 0, "no-console" : 0, "valid-jsdoc" : 2, "max-len" : 0 } }