typhonjs-config-eslint
Version:
Provides shared ESLint configs for TyphonJS repos.
14 lines (12 loc) • 347 B
Plain Text
/**
* 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
}
}