This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
abheekd
/
awesomescibo
mirror of
https://github.com/ADawesomeguy/AwesomeSciBo
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
api
bot
discord
discord-bot
discord-js
science
science-bowl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
414
Commits
6
Branches
34
Tags
2.4 MiB
Tree:
e805f34a3a
dependabot/npm_and_yarn/axios-0.28.0
dependabot/npm_and_yarn/follow-redirects-1.15.4
dependabot/npm_and_yarn/mongoose-5.13.20
dependabot/npm_and_yarn/semver-5.7.2
development
master
v1.0.0
v1.1.0
v1.2.0
v2.0.0
v2.1.0
v2.2.0
v3.0.0
v3.1.0
v3.2.0
v3.2.1
v4.0.0
v4.1.0
v4.1.1
v4.2.0
v4.2.1
v4.3.0
v4.3.1
v4.3.2
v4.4.0
v4.4.0a
v4.4.1
v4.5.0
v4.6.0
v4.6.1
v4.6.2
v4.6.3
v4.7.0
v4.7.1
v4.7.2
v4.7.3
v4.7.4
v4.7.5
v4.7.7
v4.7.8
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e805f34a3a'
${ noResults }
awesomescibo
/
.prettierrc
8 lines
108 B
Raw
Normal View
History
style: add prettier configuration
2 years ago
{
style: prevent ESLint from clashing with Prettier
2 years ago
"singleQuote": true,
style: add prettier configuration
2 years ago
"semi": true,
style: prevent ESLint from clashing with Prettier
2 years ago
"useTabs": true,
style: add prettier configuration
2 years ago
"endOfLine": "lf",
"trailingComma": "es5"
}