@vta/eslint-config-babel
v2.0.0
Published
eslint config for pure Babel project
Downloads
2
Readme
@vta/eslint-config-babel
A superset of @vta/eslint-config, add support for Babel project, intergrated with @babel/eslint-parser
Install
yarn add @vta/eslint-config-babel --devUsage
{
"extends": ["@vta/babel"]
}Babel-parser Options
@babel/eslint-parser requires @babel/core@>=7.2.0 and a valid Babel configuration file to run. If you do need to run without a configuration file, you can set requireConfigFile to false like below. another options you can view detail
{
"parserOptions": {
"requireConfigFile": false
},
"extends": ["@vta/babel"]
}