Skip to content

Commit

Permalink
Added vite plugin for eslint (#79)
Browse files Browse the repository at this point in the history
* vite eslint plugin, fixes for linter and following fixes

* jsdom
  • Loading branch information
trean authored Jul 17, 2023
1 parent 2301cfa commit 69895c6
Show file tree
Hide file tree
Showing 6 changed files with 9,440 additions and 4,108 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
env:
browser: true
es2021: true
extends: plugin:react/recommended
settings:
react:
version: detect
extends:
- react-app
overrides: []
parserOptions:
ecmaVersion: latest
Expand Down
Loading

0 comments on commit 69895c6

Please sign in to comment.