@vta/eslint-config-babel

2.0.0 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @vta/eslint-config-babel

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

3.7 kB

Total Files

5

Last publish

Collaborators

  • vta