Skip to content

Commit

Permalink
Merge pull request #55 from ksummarized/00054_frontend_change_jest_to…
Browse files Browse the repository at this point in the history
…_vitest
  • Loading branch information
Sojusan authored Jul 17, 2023
2 parents 5cb5732 + 51e53c5 commit fcc13b3
Show file tree
Hide file tree
Showing 6 changed files with 6,199 additions and 11,386 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
frontend/package-lock.json binary linguist-generated
5 changes: 2 additions & 3 deletions frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@ module.exports = {
env: {
browser: true,
es2021: true,
jest: true,
},
extends: [
"plugin:@typescript-eslint/recommended",
"airbnb",
"plugin:react/recommended",
"plugin:prettier/recommended",
"plugin:vitest/recommended",
],
globals: {
React: true,
JSX: true,
jest: true,
},
parser: "@typescript-eslint/parser",
parserOptions: {
Expand All @@ -23,7 +22,7 @@ module.exports = {
ecmaVersion: 12,
sourceType: "module",
},
plugins: ["react", "@typescript-eslint", "jest", "prettier"],
plugins: ["react", "@typescript-eslint", "vitest", "prettier"],
settings: {
"import/resolver": {
typescript: {},
Expand Down
Loading

0 comments on commit fcc13b3

Please sign in to comment.