Skip to content

Commit

Permalink
add es linter
Browse files Browse the repository at this point in the history
Signed-off-by: Musilah <[email protected]>
  • Loading branch information
Musilah committed Mar 26, 2024
1 parent 24248ce commit fd65d14
Show file tree
Hide file tree
Showing 3 changed files with 6,381 additions and 912 deletions.
11 changes: 11 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
env:
browser: true
es2021: true
extends:
- standard-with-typescript
- plugin:react/recommended
parserOptions:
ecmaVersion: latest
plugins:
- react
rules: {}
Loading

0 comments on commit fd65d14

Please sign in to comment.