Skip to content

Commit

Permalink
dependency: Added eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-merlin committed Feb 6, 2024
1 parent ff52afa commit e8be832
Show file tree
Hide file tree
Showing 3 changed files with 1,231 additions and 433 deletions.
19 changes: 19 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": [
"standard-with-typescript",
"plugin:react/recommended"
],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
"react"
],
"rules": {
}
}
Loading

0 comments on commit e8be832

Please sign in to comment.