3.1.0 • Published 4 years ago

@tobiasalthoff/eslint-config-epbs v3.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Eslint & Prettier Base Setup (EPBS)

npm version

Installation

Local / Per project

  1. Navigate to your project and install @tobiasalthoff/eslint-config-epbs:
npx install-peerdeps --dev @tobiasalthoff/eslint-config-epbs
  1. Create an .eslintrc file in your project root.

  2. The file should look like this:

{
  "extends": [
    "@tobiasalthoff/eslint-config-epbs",
  ],
}

Global

  1. Install @tobiasalthoff/eslint-config-epbs globally:
npx install-peerdeps --global @tobiasalthoff/eslint-config-epbs
  1. Create an .eslintrc file in your home directory. On Mac this will be ~/.eslintrc and on Windows this will be C:\Users\{username}\.eslintrc

  2. The file should look like this:

{
  "extends": [
    "@tobiasalthoff/eslint-config-epbs",
  ],
}
3.1.0

4 years ago

3.0.0

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.3

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago