24.0.2 • Published 9 months ago

@ringieraxelspringer/eslint-config v24.0.2

Weekly downloads
173
License
MIT
Repository
-
Last release
9 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"
    }
}
24.0.2

9 months ago

24.0.1

10 months ago

24.0.0

10 months ago

23.0.0

2 years ago

22.0.1

2 years ago

22.0.0

2 years ago

21.0.0

2 years ago

20.0.1

2 years ago

20.0.0

2 years ago

19.0.0

2 years ago

18.0.0

3 years ago

17.1.0

3 years ago

17.0.0

3 years ago

16.0.0

3 years ago

15.0.0

3 years ago

14.0.0

3 years ago

13.0.0

3 years ago

12.0.0

4 years ago

11.0.0

4 years ago

10.0.1

4 years ago

10.0.0

4 years ago

9.0.0

4 years ago

8.0.0

4 years ago

7.0.0

4 years ago

7.0.1

4 years ago

6.0.2

4 years ago

6.0.1

4 years ago

6.0.0

4 years ago

5.0.1

4 years ago

5.0.0

4 years ago

4.0.0

5 years ago

3.3.0

5 years ago

3.2.0

5 years ago

3.1.0

5 years ago

3.0.0

5 years ago

2.0.0

5 years ago