3.2.0 • Published 4 years ago

@ecosia/eslint-config v3.2.0

Weekly downloads
54
License
SEE LICENSE IN LI...
Repository
github
Last release
4 years ago

ESLint config ✅

Shareable ESLint configuration. See instructions how to install and use ESLint.

Install

With yarn:

yarn add --dev @ecosia/eslint-config

or npm:

npm i --save-dev @ecosia/eslint-config

Usage

Extends your project's ESLint config with the Ecosia one as follows:

{
  "extends": "@ecosia"
}

Vue.js

If you want to lint your Vue.js, extends your project's ESLint config with Ecosia Vue.js one instead:

{
  "extends": "@ecosia/eslint-config/vue"
}
3.2.0

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago