23.0.0 • Published 7 months ago

@ringieraxelspringer/eslint-config v23.0.0

Weekly downloads
173
License
MIT
Repository
-
Last release
7 months ago

@ringieraxelspringer/eslint-config

Common Ringier Axel Springer ESLint configuration.

Requirements

TypeScript

This package contains rules that require TypeScript 3.9 or newer. If you use earlier version of TypeScript, you will have to use older version of this package (<7.0.0).

Installation

npm install --save-dev @ringieraxelspringer/eslint-config

Usage (package.json)

{
    "scripts": {
        "lint:js": "eslint --ext .js,.jsx,.ts,.tsx src/",
        "lint:js:fix": "npm run lint:js -- --fix"
    },
    "devDependencies": {
        "@ringieraxelspringer/eslint-config": "latest"
    },
    "eslintConfig": {
        "extends": "@ringieraxelspringer/eslint-config"
    }
}

If you need, you can also set parser dedicated for your application like:

{
    "devDependencies": {
        "@babel/core": "^7.0.0",
        "@babel/eslint-parser": "^7.0.0"
    },
    "eslintConfig": {
        "extends": "@ringieraxelspringer/eslint-config",
        "parser": "@babel/eslint-parser"
    }
}
23.0.0

7 months ago

22.0.1

12 months ago

22.0.0

12 months ago

21.0.0

1 year ago

20.0.1

1 year ago

20.0.0

1 year ago

19.0.0

1 year ago

18.0.0

1 year ago

17.1.0

2 years ago

17.0.0

2 years ago

16.0.0

2 years ago

15.0.0

2 years ago

14.0.0

2 years ago

13.0.0

2 years ago

12.0.0

2 years ago

11.0.0

2 years ago

10.0.1

3 years ago

10.0.0

3 years ago

9.0.0

3 years ago

8.0.0

3 years ago

7.0.0

3 years ago

7.0.1

3 years ago

6.0.2

3 years ago

6.0.1

3 years ago

6.0.0

3 years ago

5.0.1

3 years ago

5.0.0

3 years ago

4.0.0

3 years ago

3.3.0

3 years ago

3.2.0

3 years ago

3.1.0

3 years ago

3.0.0

3 years ago

2.0.0

4 years ago