Fix Prettier Configuration (#515)
This commit is contained in:
parent
646824de14
commit
387567e43b
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"printWidth": 100,
|
||||
"singleQuote": true,
|
||||
"useTabs": false,
|
||||
"semi": true,
|
||||
"tabWidth": 2,
|
||||
"trailingComma":
|
||||
"none"
|
||||
}
|
|
@ -134,9 +134,6 @@
|
|||
"prepush": "npm run tslint && npm run tscheck"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{ts,tsx}": [
|
||||
"prettier --write --single-quote",
|
||||
"git add"
|
||||
]
|
||||
"*.{ts,tsx}": ["prettier --write", "git add"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue