Skip to content

Commit

Permalink
Merge pull request #188 from auth0/test/frontend-hook
Browse files Browse the repository at this point in the history
Add frontend hook tests [SDK-2117]
  • Loading branch information
adamjmcgrath authored Nov 4, 2020
2 parents 775b98f + 77d6342 commit 01810fc
Show file tree
Hide file tree
Showing 6 changed files with 7,112 additions and 3,598 deletions.
2 changes: 2 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"parser": "@typescript-eslint/parser",
"extends": [
"plugin:prettier/recommended",
"plugin:react/recommended",
"plugin:@typescript-eslint/recommended"
],
"plugins": [
Expand Down Expand Up @@ -35,6 +36,7 @@
"max-len": ["error", 120],
"comma-dangle": ["error", "never"],
"no-trailing-spaces": "error",
"react/display-name": 0,
"semi": ["off"],
"@typescript-eslint/semi": ["error"],
"@typescript-eslint/camelcase": 0,
Expand Down
Loading

0 comments on commit 01810fc

Please sign in to comment.