Skip to content

Instantly share code, notes, and snippets.

{
"env": {
"es2020": true,
"node": true
},
"extends": [
"standard"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
{
"singleQuote": true,
"arrowParens": "always",
"printWidth": 120
}
//...
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
//...