2.2.2 • Published 2 years ago

@growsuper/eslint-config v2.2.2

Weekly downloads
-
License
-
Repository
bitbucket
Last release
2 years ago

@growsuper/eslint-config

Grow Super's ESLint configuration, following our coding style.

The project has three main areas:

  • core - Core eslint configuration
  • browser - Core configuration + Vue + MDX rules
  • node-cjs - Core configuration with rules removed to support CommonJS Node

Set up and usage

1. Install dependencies

yarn add -D @growsuper/eslint-config

2. Create a .eslintrc file in the root of your project and paste the following:

For Vue.js projects:

{
  "extends": "@growsuper/eslint-config/browser"
}

For CommonJS Node projects:

{
  "extends": "@growsuper/eslint-config/node-cjs"
}

That's it ✨

2.2.1

2 years ago

2.2.2

2 years ago

2.2.0

2 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.0

4 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago