/** * Provides ESLint 3.x configuration for TyphonJS ES6+ Node repos. This configuration is rather comprehensive * requiring complete documentation and strict styling of source code. All commits and pull requests must use this * ESLint configuration. */ { "extends": "../../.eslintrc", "env": { "mocha": true, "node": true }, "globals": { "global": true, "require": true } }