Skip to content

Instantly share code, notes, and snippets.

@jasloe
Last active October 6, 2022 18:34
Show Gist options
  • Save jasloe/4cfe790d1bab8b726543847190b3fa8a to your computer and use it in GitHub Desktop.
Save jasloe/4cfe790d1bab8b726543847190b3fa8a to your computer and use it in GitHub Desktop.
{
"extends": ["wesbos"],
"rules": {
"root": true,
"no-console": 2,
"prettier/prettier": [
"error",
{
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 8
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment