Skip to content

Commit

Permalink
Merge pull request #1 from gregoriodelasheras/task6.2
Browse files Browse the repository at this point in the history
task6.2
  • Loading branch information
gregoriodelasheras authored Jul 20, 2021
2 parents 8c28809 + ce7f748 commit ec0d79b
Show file tree
Hide file tree
Showing 6 changed files with 1,367 additions and 9 deletions.
20 changes: 20 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
],
"rules": {
}
}
Loading

0 comments on commit ec0d79b

Please sign in to comment.