@open-turo/eslint-config-typescript 1.1.7 → 1.1.10
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/CODEOWNERS +1 -0
- package/.github/dependabot.yaml +2 -0
- package/.github/workflows/ci.yaml +7 -7
- package/.pre-commit-config.yaml +1 -1
- package/index.js +6 -0
- package/pack/open-turo-eslint-config-typescript-1.1.10.tgz +0 -0
- package/package.json +9 -9
- package/pack/open-turo-eslint-config-typescript-1.1.7.tgz +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
* @open-turo/node
|
package/.github/dependabot.yaml
CHANGED
|
@@ -8,12 +8,12 @@ jobs:
|
|
|
8
8
|
name: Lint
|
|
9
9
|
runs-on: ubuntu-latest
|
|
10
10
|
steps:
|
|
11
|
-
- uses: actions/checkout@
|
|
11
|
+
- uses: actions/checkout@v3
|
|
12
12
|
with:
|
|
13
13
|
fetch-depth: 0
|
|
14
|
-
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
- uses: pre-commit
|
|
14
|
+
- name: Download actionlint
|
|
15
|
+
run: |
|
|
16
|
+
mkdir -p "$HOME/bin"
|
|
17
|
+
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) latest "$HOME/bin"
|
|
18
|
+
echo "${HOME}/bin" >> "$GITHUB_PATH"
|
|
19
|
+
- uses: open-turo/action-pre-commit@v1
|
package/.pre-commit-config.yaml
CHANGED
package/index.js
CHANGED
|
@@ -46,6 +46,12 @@ module.exports = {
|
|
|
46
46
|
],
|
|
47
47
|
"import/prefer-default-export": "off",
|
|
48
48
|
"jest/no-jest-import": "off",
|
|
49
|
+
"node/no-unpublished-import": [
|
|
50
|
+
"error",
|
|
51
|
+
{
|
|
52
|
+
allowModules: ["@jest/globals"],
|
|
53
|
+
},
|
|
54
|
+
],
|
|
49
55
|
"node/no-unsupported-features/es-syntax": "off",
|
|
50
56
|
"node/no-missing-import": "off",
|
|
51
57
|
"simple-import-sort/imports": "error",
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -7,18 +7,18 @@
|
|
|
7
7
|
"@semantic-release/git": "^10.0.1",
|
|
8
8
|
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
|
9
9
|
"@typescript-eslint/parser": "^5.20.0",
|
|
10
|
-
"eslint": "^8.
|
|
10
|
+
"eslint": "^8.18.0",
|
|
11
11
|
"eslint-config-prettier": "^8.5.0",
|
|
12
|
-
"eslint-import-resolver-typescript": "^
|
|
12
|
+
"eslint-import-resolver-typescript": "^3.3.0",
|
|
13
13
|
"eslint-plugin-import": "^2.25.4",
|
|
14
14
|
"eslint-plugin-jest": "^26.1.1",
|
|
15
15
|
"eslint-plugin-node": "^11.1.0",
|
|
16
16
|
"eslint-plugin-prettier": "^4.0.0",
|
|
17
17
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
18
|
-
"eslint-plugin-sonarjs": "^0.
|
|
18
|
+
"eslint-plugin-sonarjs": "^0.14.0",
|
|
19
19
|
"eslint-plugin-sort-destructure-keys": "^1.4.0",
|
|
20
20
|
"eslint-plugin-typescript-sort-keys": "^2.1.0",
|
|
21
|
-
"eslint-plugin-unicorn": "^
|
|
21
|
+
"eslint-plugin-unicorn": "^43.0.2",
|
|
22
22
|
"prettier": "^2.5.1",
|
|
23
23
|
"semantic-release": "^19.0.2",
|
|
24
24
|
"semantic-release-github-pullrequest": "^1.3.0"
|
|
@@ -33,22 +33,22 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
|
35
35
|
"@typescript-eslint/parser": "^5.20.0",
|
|
36
|
-
"eslint": ">=8.
|
|
36
|
+
"eslint": ">=8.18.0",
|
|
37
37
|
"eslint-config-prettier": "^8.5.0",
|
|
38
|
-
"eslint-import-resolver-typescript": "^
|
|
38
|
+
"eslint-import-resolver-typescript": "^3.3.0",
|
|
39
39
|
"eslint-plugin-import": "^2.25.4",
|
|
40
40
|
"eslint-plugin-jest": "^26.1.1",
|
|
41
41
|
"eslint-plugin-node": "^11.1.0",
|
|
42
42
|
"eslint-plugin-prettier": "^4.0.0",
|
|
43
43
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
44
|
-
"eslint-plugin-sonarjs": "^0.
|
|
44
|
+
"eslint-plugin-sonarjs": "^0.14.0",
|
|
45
45
|
"eslint-plugin-sort-destructure-keys": "^1.4.0",
|
|
46
46
|
"eslint-plugin-typescript-sort-keys": "^2.1.0",
|
|
47
|
-
"eslint-plugin-unicorn": "^
|
|
47
|
+
"eslint-plugin-unicorn": "^43.0.2"
|
|
48
48
|
},
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|
|
51
51
|
},
|
|
52
52
|
"repository": "https://github.com/open-turo/eslint-config-typescript",
|
|
53
|
-
"version": "1.1.
|
|
53
|
+
"version": "1.1.10"
|
|
54
54
|
}
|
|
Binary file
|