@open-turo/eslint-config-typescript 9.0.15-pr-324.286.1.1 → 9.0.15-pr-325.287.1.1

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.
@@ -14,7 +14,7 @@ jobs:
14
14
  mkdir -p "$HOME/bin"
15
15
  bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) latest "$HOME/bin"
16
16
  echo "${HOME}/bin" >> "$GITHUB_PATH"
17
- - uses: open-turo/actions-node/lint@v5
17
+ - uses: open-turo/actions-node/lint@f/use_latest_semantic_release_action
18
18
  with:
19
19
  github-token: ${{ secrets.GITHUB_TOKEN }}
20
20
  npm-token: ${{ secrets.OPEN_TURO_NPM_TOKEN }}
@@ -22,7 +22,7 @@ jobs:
22
22
  name: Test
23
23
  runs-on: ubuntu-latest
24
24
  steps:
25
- - uses: open-turo/actions-node/test@v5
25
+ - uses: open-turo/actions-node/test@f/use_latest_semantic_release_action
26
26
  with:
27
27
  github-token: ${{ secrets.GITHUB_TOKEN }}
28
28
  test-flags: --coverage
@@ -10,7 +10,7 @@ jobs:
10
10
  name: Release
11
11
  runs-on: ubuntu-latest
12
12
  steps:
13
- - uses: open-turo/actions-node/release@v5
13
+ - uses: open-turo/actions-node/release@f/use_latest_semantic_release_action
14
14
  with:
15
15
  github-token: ${{ secrets.OPEN_TURO_GITHUB_TOKEN }}
16
16
  npm-token: ${{ secrets.OPEN_TURO_NPM_TOKEN }}
package/index.js CHANGED
@@ -72,18 +72,6 @@ module.exports = {
72
72
  "simple-import-sort/imports": "error",
73
73
  "simple-import-sort/exports": "error",
74
74
  "sort-destructure-keys/sort-destructure-keys": "error",
75
- "sonarjs/different-types-comparison": "off",
76
- "sonarjs/function-return-type": "off",
77
- "sonarjs/no-clear-text-protocols": "warn",
78
- "sonarjs/no-ignored-exceptions": "off",
79
- "sonarjs/no-misused-promises": "off",
80
- "sonarjs/no-nested-functions": "off",
81
- "sonarjs/prefer-nullish-coalescing": "off",
82
- "sonarjs/sonar-no-unused-vars": "off",
83
- "sonarjs/sonar-prefer-optional-chain": "off",
84
- "sonarjs/sonar-prefer-read-only-props": "off",
85
- "sonarjs/todo-tag": "off",
86
- "sonarjs/use-type-alias": "off",
87
75
  /**
88
76
  * {@link https://typescript-eslint.io/rules/consistent-type-imports | TypeScript ESLint: consistent-type-imports docs}
89
77
  */
package/legacy.js CHANGED
@@ -73,18 +73,6 @@ module.exports = {
73
73
  "simple-import-sort/imports": "error",
74
74
  "simple-import-sort/exports": "error",
75
75
  "sort-destructure-keys/sort-destructure-keys": "error",
76
- "sonarjs/different-types-comparison": "off",
77
- "sonarjs/function-return-type": "off",
78
- "sonarjs/no-clear-text-protocols": "warn",
79
- "sonarjs/no-ignored-exceptions": "off",
80
- "sonarjs/no-misused-promises": "off",
81
- "sonarjs/no-nested-functions": "off",
82
- "sonarjs/prefer-nullish-coalescing": "off",
83
- "sonarjs/sonar-no-unused-vars": "off",
84
- "sonarjs/sonar-prefer-optional-chain": "off",
85
- "sonarjs/sonar-prefer-read-only-props": "off",
86
- "sonarjs/todo-tag": "off",
87
- "sonarjs/use-type-alias": "off",
88
76
  "@typescript-eslint/no-unused-vars": [
89
77
  "error",
90
78
  {
package/package.json CHANGED
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "repository": "https://github.com/open-turo/eslint-config-typescript",
45
- "version": "9.0.15-pr-324.286.1.1"
45
+ "version": "9.0.15-pr-325.287.1.1"
46
46
  }