Skip to content

Instantly share code, notes, and snippets.

@mahume
Last active January 8, 2023 06:08
Show Gist options
  • Save mahume/0d870b1260626e6740143866966dbf09 to your computer and use it in GitHub Desktop.
Save mahume/0d870b1260626e6740143866966dbf09 to your computer and use it in GitHub Desktop.
Linters
{
"singleQuote": true,
"trailingComma": "es5"
}
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"strict": true,
"esModuleInterop": true
},
"include": [
"src/**/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment