-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from J-Pster/pster-criando-login
[Trybe Schedule V2.0] Desenvolvido página de login e repaginada na scheduler.
- Loading branch information
Showing
55 changed files
with
36,203 additions
and
15,974 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
{ | ||
"env": { | ||
"browser": true, | ||
"es2021": true | ||
"browser": true, | ||
"es2021": true | ||
}, | ||
"extends": "trybe-frontend", | ||
"parser": "babel-eslint", | ||
"extends": [ | ||
"plugin:react/recommended" | ||
], | ||
"overrides": [ | ||
], | ||
"parserOptions": { | ||
"ecmaFeatures": { | ||
"jsx": true | ||
}, | ||
"sourceType": "module" | ||
"ecmaVersion": "latest", | ||
"sourceType": "module" | ||
}, | ||
"plugins": ["react", "sonarjs"], | ||
"plugins": [ | ||
"react" | ||
], | ||
"rules": { | ||
"sonarjs/cognitive-complexity": ["error", 20], | ||
"react/no-unescaped-entities": "off" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
148f7c7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
trybe-schedule – ./
trybe-schedule.vercel.app
trybe-schedule-michaelcaxias.vercel.app
trybe-schedule-git-master-michaelcaxias.vercel.app