Skip to content

Commit

Permalink
Bump eslint and typescript-eslint to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdemartini committed Nov 19, 2024
1 parent 53a25ff commit fabb746
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 124 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import tseslint from "typescript-eslint";

export default tseslint.config(
{
ignores: ["**/dist/**"],
ignores: ["**/dist/**", "coverage/**", "**/node_modules/**"],
},
{
files: ["**/*.{js,jsx,mjs,cjs,ts,tsx}"],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"@vitest/coverage-v8": "^2.1.5",
"@vitest/ui": "^2.1.5",
"cspell": "^8.16.0",
"eslint": "~9.14.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
Expand All @@ -177,7 +177,7 @@
"rimraf": "^5.0.0",
"tippy.js": "^6.3.7",
"typescript": "^5.1.6",
"typescript-eslint": "^8.14.0",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.11",
"vitest": "^2.1.5",
"y-prosemirror": "1.0.20",
Expand Down
Loading

0 comments on commit fabb746

Please sign in to comment.