5.0.6 • Published 3 years ago

@icelandair/eslint-config v5.0.6

Weekly downloads
77
License
MIT
Repository
github
Last release
3 years ago

@icelandair/eslint-config

npm

This package provides Icelandair's base JS .eslintrc as an extensible shared config.

Installation

Assuming you already have a valid package.json:

npm install --save-dev @icelandair/eslint-config eslint prettier

or

yarn add -D @icelandair/eslint-config eslint prettier

Will add the the full package as a dev dependency to your project. At which point you can use it by adding an .eslintrc file to your project root directory.

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

Usage

Our default export contains all of our ESLint rules.

We are extending the following:

If you are writing a React application or component your .eslintrc will look something like this:

{
  "extends": [ "@icelandair/eslint-config" ],
  "rules": {
    ...
    rules to disable, extend or add
  }
}
5.0.6

3 years ago

5.0.5

3 years ago

5.0.4

3 years ago

5.0.3

3 years ago

5.0.2

3 years ago

5.0.1

3 years ago

5.0.5-0

3 years ago

5.0.0

3 years ago

4.2.0

3 years ago

4.1.0-0

4 years ago

4.1.0

4 years ago

4.0.3

4 years ago

4.0.2

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.2.1

5 years ago

3.2.0

5 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.3.2

6 years ago

2.3.1

6 years ago

2.3.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago