UNPKG

typhonjs-config-eslint

Version:
14 lines (12 loc) 347 B
/** * Provides ESLint 3.x Babel configuration for TyphonJS ES7+ 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", "parserOptions": { "ecmaVersion": 7 } }