Skip to content

Commit

Permalink
fix: fix vitest eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
vsgoulart authored and Skaiir committed May 2, 2024
1 parent 6b6d277 commit c2c5f0a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 54 deletions.
67 changes: 16 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-vitest-globals": "^1.5.0",
"karma": "^6.4.3",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/form-js-viewer-core/test/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": [
"plugin:bpmn-io/mocha",
"plugin:vitest-globals/recommended",
"plugin:prettier/recommended"
],
"globals": {
"vite": true
"env": {
"vitest-globals/env": true
}
}

0 comments on commit c2c5f0a

Please sign in to comment.