0.13.1 • Published 29 days ago

@rambler-tech/eslint-config v0.13.1

Weekly downloads
-
License
MIT
Repository
-
Last release
29 days ago

Shared ESLint config

Install

npm install -D eslint @rambler-tech/eslint-config

or

yarn add -D eslint @rambler-tech/eslint-config

Usage

Included base configs:

  • @rambler-tech/eslint-config - base JavaScript
  • @rambler-tech/eslint-config/semi - base with semicolons and trailing commas

Included special configs:

  • @rambler-tech/eslint-config/ts - TypeScript
  • @rambler-tech/eslint-config/react - React
  • @rambler-tech/eslint-config/next - Next.js

Example .eslintrc.json for React project:

{
  "extends": [
    "@rambler-tech/eslint-config",
    "@rambler-tech/eslint-config/react"
  ]
}

Example .eslintrc.json for TypeScript project:

{
  "extends": [
    "@rambler-tech/eslint-config",
    "@rambler-tech/eslint-config/ts"
  ]
}

Example .eslintrc.json for TypeScript React project:

{
  "extends": [
    "@rambler-tech/eslint-config",
    "@rambler-tech/eslint-config/react",
    "@rambler-tech/eslint-config/ts"
  ]
}

Example .eslintrc.json for TypeScript Next.js project:

{
  "extends": [
    "@rambler-tech/eslint-config",
    "@rambler-tech/eslint-config/next",
    "@rambler-tech/eslint-config/ts"
  ]
}

Note that the @rambler-tech/eslint-config/ts should be second to last in the list since it includes @typescript-eslint/parser

0.13.1

29 days ago

0.13.0

2 months ago

0.12.4

2 months ago

0.12.2

2 months ago

0.12.3

2 months ago

0.12.1

3 months ago

0.12.0

3 months ago

0.11.1

3 months ago

0.11.0

3 months ago

0.10.4

3 months ago

0.9.8

3 months ago

0.9.7

3 months ago

0.9.9

3 months ago

0.10.1

3 months ago

0.10.2

3 months ago

0.10.3

3 months ago

0.10.0

3 months ago

0.9.6

3 months ago

0.9.4

4 months ago

0.9.5

3 months ago

0.9.3

4 months ago

0.9.2

4 months ago

0.8.4

4 months ago

0.9.0

4 months ago

0.8.1

4 months ago

0.8.3

4 months ago

0.9.1

4 months ago

0.8.2

4 months ago

0.8.0

4 months ago

0.6.2

4 months ago

0.7.0

4 months ago

0.5.3

4 months ago

0.5.0

4 months ago

0.4.0

4 months ago

0.6.1

4 months ago

0.5.2

4 months ago

0.6.0

4 months ago

0.5.1

4 months ago

0.3.0

4 months ago

0.3.2

4 months ago

0.3.1

4 months ago

0.2.0

5 months ago

0.1.1

7 months ago

0.1.0

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago