-
Notifications
You must be signed in to change notification settings - Fork 390
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
- Loading branch information
1 parent
32c7946
commit c385d62
Showing
15 changed files
with
398 additions
and
333 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,15 +1,11 @@ | ||
module.exports = { | ||
"env": { | ||
"browser": true, | ||
"jquery": true, | ||
"jest/globals": true, | ||
}, | ||
"extends": [ | ||
"eslint:recommended", | ||
], | ||
"parser": "@babel/eslint-parser", | ||
"plugins": [ | ||
"jest", | ||
], | ||
"rules": {}, | ||
env: { | ||
browser: true, | ||
jquery: true, | ||
"jest/globals": true, | ||
}, | ||
extends: ["eslint:recommended"], | ||
parser: "@babel/eslint-parser", | ||
plugins: ["jest"], | ||
rules: {}, | ||
}; |
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
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
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,3 +1,2 @@ | ||
|
||
export const BASE_URL = $('#base-url').data().url; | ||
export const BADGE_BASE_URL = $('#badge-base-url').data().url; | ||
export const BASE_URL = $("#base-url").data().url; | ||
export const BADGE_BASE_URL = $("#badge-base-url").data().url; |
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.