2.0.0 • Published 3 years ago

@vta/eslint-config-babel v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

@vta/eslint-config-babel

npm

A superset of @vta/eslint-config, add support for Babel project, intergrated with @babel/eslint-parser

Install

yarn add @vta/eslint-config-babel --dev

Usage

{
  "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"]
}

MIT License