Skip to content

Commit 87bd336

Browse files
build(deps-dev): bump eslint-plugin-jsdoc from 50.7.1 to 52.0.2 (#1245)
* build(deps-dev): bump eslint-plugin-jsdoc from 50.7.1 to 52.0.2 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.7.1 to 52.0.2. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v50.7.1...v52.0.2) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 52.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Fix all eslint related issues and migrate to newer packages. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Harel M <[email protected]>
1 parent a0ca7fc commit 87bd336

File tree

4 files changed

+129
-316
lines changed

4 files changed

+129
-316
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.10
1+
22.18

eslint.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import typescriptEslint from "@typescript-eslint/eslint-plugin";
2-
import stylisticTs from '@stylistic/eslint-plugin-ts'
2+
import stylistic from "@stylistic/eslint-plugin";
33
import jsdoc from "eslint-plugin-jsdoc";
4-
import vitest from "eslint-plugin-vitest";
4+
import vitest from "@vitest/eslint-plugin";
55
import globals from "globals";
66
import tsParser from "@typescript-eslint/parser";
77

@@ -12,7 +12,7 @@ export default [{
1212
files: ["**/*.ts"],
1313
plugins: {
1414
"@typescript-eslint": typescriptEslint,
15-
"@stylistic": stylisticTs,
15+
"@stylistic": stylistic,
1616
jsdoc,
1717
vitest,
1818
},

0 commit comments

Comments
 (0)