Skip to content

Commit

Permalink
feat: json powered results (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamos486 authored May 14, 2022
1 parent d310e33 commit 80c5b98
Show file tree
Hide file tree
Showing 10 changed files with 42,206 additions and 8,048 deletions.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"rules": {
"react/prop-types": 0,
"@typescript-eslint/explicit-function-return-type": 0,
"semi": "error"
"semi": "error",
"@typescript-eslint/ban-ts-comment": 0,
"@typescript-eslint/no-var-requires": 0
}
}
Loading

0 comments on commit 80c5b98

Please sign in to comment.