6.2.0 • Published 3 months ago

@t3n/eslint-config v6.2.0

Weekly downloads
131
License
ISC
Repository
github
Last release
3 months ago

@t3n/eslint-config

This package provides an extensible ESLint configuration for Javascript development in (not exclusively) the t3n.de domain.

Installation

npm install --dev @t3n/eslint-config

To use the provided ESLint configuration, you need to have eslint as well as some other peerDependencies installed in your project. You can do this by following one of these two steps:

Install peerDependencies automatically (requires npm 5+)

npx install-peerdeps --dev @t3n/eslint-config

Manually install peerDependencies

List the projects peerDependencies by running the following command:

npm info "eslint-config-airbnb-base@latest" peerDependencies

Install all the listed peerDependencies as devDependencies in your project.

Usage

@t3n/eslint-config extends eslint-config-airbnb rules, as well as rules for jest unit tests and prettier.

In your project's .eslintrc, add the following:

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

3 months ago

6.1.0

1 year ago

6.0.3

2 years ago

6.0.1

2 years ago

6.0.0

2 years ago

6.0.2

2 years ago

5.3.1

3 years ago

5.3.0

3 years ago

5.2.0

3 years ago

5.1.0

4 years ago

4.0.0

4 years ago

5.0.0

4 years ago

3.0.1

4 years ago

2.0.1

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

5 years ago