Skip to content

Commit

Permalink
Added lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjear committed Jan 16, 2024
1 parent 0480fc1 commit 02ebf16
Show file tree
Hide file tree
Showing 3 changed files with 834 additions and 215 deletions.
16 changes: 16 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": "plugin:react/recommended",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
"react"
],
"rules": {
}
}
Loading

0 comments on commit 02ebf16

Please sign in to comment.