@open-turo/eslint-config 9.0.45 → 9.0.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.github/renovate.json
CHANGED
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
24.
|
|
1
|
+
24.16.0
|
package/.pre-commit-config.yaml
CHANGED
package/README.md
CHANGED
|
@@ -1,34 +1,5 @@
|
|
|
1
1
|
# `@open-turo/eslint-config`
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
> **DEPRECATED** — This package is deprecated and no longer maintained. It does not support ESLint 9+ and will not receive further updates. If you are still using this package, please migrate to https://github.com/open-turo/eslint-config-typescript.
|
|
4
4
|
|
|
5
|
-
[](https://github.com/open-turo/eslint-config/releases/)
|
|
6
|
-
[](https://github.com/open-turo/eslint-config/actions/)
|
|
7
5
|
[](./LICENSE)
|
|
8
|
-
[](https://github.com/dwyl/esta/issues)
|
|
9
|
-

|
|
10
|
-
[](https://github.com/semantic-release/semantic-release)
|
|
11
|
-
[](https://conventionalcommits.org)
|
|
12
|
-
[](https://turo.com/jobs)
|
|
13
|
-
|
|
14
|
-
## Usage
|
|
15
|
-
|
|
16
|
-
Install the package and all of its peer dependencies:
|
|
17
|
-
|
|
18
|
-
```shell
|
|
19
|
-
npx install-peerdeps --dev @open-turo/eslint-config
|
|
20
|
-
```
|
|
21
|
-
|
|
22
|
-
Then in your `.eslintrc` file add:
|
|
23
|
-
|
|
24
|
-
```
|
|
25
|
-
"extends": "@open-turo/eslint-config"
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
## Get Help
|
|
29
|
-
|
|
30
|
-
Please review Issues, post new Issues against this repository as needed.
|
|
31
|
-
|
|
32
|
-
## Contributions
|
|
33
|
-
|
|
34
|
-
Please see [here](https://github.com/open-turo/contributions) for guidelines on how to contribute to this project.
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"eslint-plugin-json": "4.0.1",
|
|
10
10
|
"eslint-plugin-n": "17.24.0",
|
|
11
11
|
"eslint-plugin-prettier": "5.5.5",
|
|
12
|
-
"eslint-plugin-simple-import-sort": "
|
|
12
|
+
"eslint-plugin-simple-import-sort": "13.0.0",
|
|
13
13
|
"eslint-plugin-sonarjs": "4.0.3",
|
|
14
14
|
"eslint-plugin-sort-destructure-keys": "3.0.0",
|
|
15
15
|
"eslint-plugin-unicorn": "56.0.1"
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@prettier/plugin-oxc": "0.1.4",
|
|
19
19
|
"eslint": "8.57.1",
|
|
20
|
-
"jest": "30.
|
|
20
|
+
"jest": "30.4.2",
|
|
21
21
|
"prettier": "3.8.3"
|
|
22
22
|
},
|
|
23
23
|
"engines": {
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
"lint": "echo noop",
|
|
41
41
|
"test": "jest test.js"
|
|
42
42
|
},
|
|
43
|
-
"version": "9.0.
|
|
44
|
-
"packageManager": "npm@11.
|
|
43
|
+
"version": "9.0.47",
|
|
44
|
+
"packageManager": "npm@11.15.0+sha512.fa4d2d93b9519e93143e70bb913b94ff2ad5fe69c5a0f84943be557cbb59e9fc1bcce55768fb1313f225f4f9f50c78b8f366f2332aa41effd7b10efa98d8d72f"
|
|
45
45
|
}
|
|
Binary file
|