This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@flowr/eslint-config-base

2.1.0 • Public • Published

@flowr/eslint-config-base

Petak's base ESLint config.

Installation

pnpm add -D @flowr/eslint-config-base eslint

Usage

After installing, update your project's .eslintrc.json file to import the rule sets you want:

{
  "extends" : [
    "@flowr/eslint-config-base"
  ]
}

ES5 only

{
  "extends" : [
    "@flowr/eslint-config-base/es5"
  ]
}

ES6+ only

{
  "extends" : [
    "@flowr/eslint-config-base/es6"
  ]
}

Read the ESlint config docs for more information.

Readme

Keywords

none

Package Sidebar

Install

npm i @flowr/eslint-config-base

Weekly Downloads

0

Version

2.1.0

License

Apache-2.0

Unpacked Size

29.1 kB

Total Files

7

Last publish

Collaborators

  • pauliesnug