2.1.0 • Published 2 years ago

@flowr/eslint-config-base v2.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@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.

1.1.1

2 years ago

2.0.2

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

1.0.1

2 years ago