-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
100 changed files
with
304 additions
and
32,284 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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
.idea/sonarlint/issuestore/2/b/2bad414ce77ae691faf937786d35e8e4ba2a2b7f
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file removed
0
.idea/sonarlint/securityhotspotstore/2/b/2bad414ce77ae691faf937786d35e8e4ba2a2b7f
Empty file.
Empty file removed
0
.idea/sonarlint/securityhotspotstore/4/e/4e2502707e85d8cd2f426385228db8c0d1b08e6b
Empty file.
Empty file removed
0
.idea/sonarlint/securityhotspotstore/6/7/670faacdea0a007579b778a31326b7b1802f325d
Empty file.
Empty file removed
0
.idea/sonarlint/securityhotspotstore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a
Empty file.
Empty file removed
0
.idea/sonarlint/securityhotspotstore/7/5/75af26703041827af39edebdd5baf00fcdf1842e
Empty file.
Empty file removed
0
.idea/sonarlint/securityhotspotstore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d
Empty file.
Empty file removed
0
.idea/sonarlint/securityhotspotstore/9/d/9d655cdcc32356984407680972e20428fbe70cb3
Empty file.
Empty file removed
0
.idea/sonarlint/securityhotspotstore/c/9/c99100035f2236fdf0d18121cd0755c16474a20b
Empty file.
Empty file removed
0
.idea/sonarlint/securityhotspotstore/d/d/dd49e725aeebc0b9a6011c23c78c088edc0c565a
Empty file.
Empty file removed
0
.idea/sonarlint/securityhotspotstore/e/2/e21869cab1b16ee98c8654bb09ad4a057d4e7b85
Empty file.
Empty file removed
0
.idea/sonarlint/securityhotspotstore/e/7/e7f6beccf061b19b9f88278c2ce5c1227c086978
Empty file.
This file was deleted.
Oops, something went wrong.
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,22 +1,14 @@ | ||
{ | ||
"files.exclude": { | ||
"**/.git": false, | ||
"**/.svn": false, | ||
"**/.hg": false, | ||
"**/CVS": false, | ||
"**/.DS_Store": false, | ||
"**/Thumbs.db": false, | ||
}, | ||
"[javascript]": { | ||
"editor.codeActionsOnSave": { | ||
"source.organizeImports": "never", | ||
"source.fixAll": "explicit" | ||
}, | ||
"editor.formatOnSave": true, | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
}, | ||
"sonarlint.connectedMode.project": { | ||
"connectionId": "leemons", | ||
"projectKey": "leemonade_bubbles" | ||
"[javascript]": { | ||
"editor.codeActionsOnSave": { | ||
"source.organizeImports": "never", | ||
"source.fixAll": "explicit" | ||
}, | ||
"editor.formatOnSave": true, | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
}, | ||
"sonarlint.connectedMode.project": { | ||
"connectionId": "leemons", | ||
"projectKey": "leemonade_bubbles" | ||
} | ||
} |
Oops, something went wrong.