@valora/eslint-config-typescript 1.1.51 → 1.1.52
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/README.md +5 -5
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# @valora/eslint-config-typescript
|
|
2
2
|
|
|
3
|
-
[](https://github.com/valora-xyz/eslint-config-typescript/blob/main/LICENSE)
|
|
4
4
|
[](https://www.npmjs.com/package/@valora/eslint-config-typescript)
|
|
5
|
-
[](https://github.com/valora-
|
|
5
|
+
[](https://github.com/valora-xyz/eslint-config-typescript/actions/workflows/workflow.yaml?query=branch%3Amain)
|
|
6
|
+
[](https://github.com/valora-xyz/eslint-config-typescript#contributing)
|
|
7
7
|
|
|
8
8
|
Shareable ESLint config for Valora TypeScript packages.
|
|
9
9
|
|
|
@@ -49,8 +49,8 @@ ESLint [Shareable Configs](https://eslint.org/docs/developer-guide/shareable-con
|
|
|
49
49
|
|
|
50
50
|
## Contributing
|
|
51
51
|
|
|
52
|
-
- [Reporting issues](https://github.com/valora-
|
|
53
|
-
- [Submitting a pull request](https://github.com/valora-
|
|
52
|
+
- [Reporting issues](https://github.com/valora-xyz/eslint-config-typescript/issues)
|
|
53
|
+
- [Submitting a pull request](https://github.com/valora-xyz/eslint-config-typescript/pulls)
|
|
54
54
|
- Publishing updates is done automatically via [semantic-release](https://github.com/semantic-release/semantic-release).
|
|
55
55
|
Remember to use [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) or your PR will be rejected (since
|
|
56
56
|
merging it would mess up the changelog and version numbers).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valora/eslint-config-typescript",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.52",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"author": "Valora Inc",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "https://github.com/valora-
|
|
12
|
+
"url": "https://github.com/valora-xyz/eslint-config-typescript.git"
|
|
13
13
|
},
|
|
14
14
|
"files": [
|
|
15
15
|
"index.js"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"release": "semantic-release"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@typescript-eslint/parser": "^8.
|
|
23
|
+
"@typescript-eslint/parser": "^8.56.1"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"@typescript-eslint/eslint-plugin": ">=4.0.0",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@valora/prettier-config": "^0.0.1",
|
|
36
36
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
37
|
-
"prettier": "^3.
|
|
38
|
-
"semantic-release": "^25.0.
|
|
37
|
+
"prettier": "^3.8.1",
|
|
38
|
+
"semantic-release": "^25.0.3"
|
|
39
39
|
},
|
|
40
40
|
"prettier": "@valora/prettier-config",
|
|
41
41
|
"release": {
|