Skip to content

Commit

Permalink
Added eslint and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcumplido committed Jan 28, 2023
1 parent c25dd38 commit e51b163
Show file tree
Hide file tree
Showing 5 changed files with 2,363 additions and 38 deletions.
16 changes: 16 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"extends": ["eslint:recommended", "prettier"],
"plugins": [],
"parserOptions": {
"ecmaVersion": 2022,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"env": {
"es6": true,
"browser": true,
"node": true
}
}
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Loading

0 comments on commit e51b163

Please sign in to comment.