##// END OF EJS Templates
bookmarks: Add extra checks for bogus data in bookmarks repo/repo group ids passed.
bookmarks: Add extra checks for bogus data in bookmarks repo/repo group ids passed.

File last commit:

r3172:d37fc984 default
r3751:c36477cc new-ui
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}