Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 01aa64b

Browse filesBrowse files
committed
fix lint
1 parent 2c58734 commit 01aa64b
Copy full SHA for 01aa64b

File tree

Expand file treeCollapse file tree

3 files changed

+252
-39
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+252
-39
lines changed

‎eslint.config.js

Copy file name to clipboard
+7-11Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
import globals from 'globals';
2-
import eslint from '@eslint/js';
3-
import jest from 'eslint-plugin-jest';
4-
import typescript from 'typescript-eslint';
5-
import prettier from 'eslint-plugin-prettier/recommended';
1+
import globals from "globals";
2+
import eslint from "@eslint/js";
3+
import vitest from "eslint-plugin-vitest";
4+
import typescript from "typescript-eslint";
5+
import prettier from "eslint-plugin-prettier/recommended";
66

77
export default [
88
eslint.configs.recommended,
9-
jest.configs['flat/recommended'],
9+
vitest.configs.recommended,
1010
...typescript.configs.recommended,
1111
prettier,
1212
{ languageOptions: { globals: globals.browser } },
13-
{
14-
rules: {
15-
'prefer-template': 'error',
16-
},
17-
},
13+
{ rules: { "prefer-template": "error" } },
1814
];

‎package-lock.json

Copy file name to clipboardExpand all lines: package-lock.json
+244-27Lines changed: 244 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@playwright/browser-chromium": "^1.47.2",
2929
"eslint": "^9.11.1",
3030
"eslint-config-prettier": "^9.1.0",
31-
"eslint-plugin-jest": "^28.10.0",
3231
"eslint-plugin-prettier": "^5.2.1",
32+
"eslint-plugin-vitest": "^0.5.4",
3333
"http-server": "^14.1.1",
3434
"husky": "^9.1.6",
3535
"playwright": "^1.49.1",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.