mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 14:49:25 +00:00
Add ESLint and Prettier
This commit is contained in:
parent
b945d091bf
commit
3037861304
8 changed files with 987 additions and 71 deletions
5
.prettierrc.yml
Normal file
5
.prettierrc.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
arrowParens: avoid
|
||||
bracketSpacing: false
|
||||
semi: false
|
||||
singleQuote: true
|
||||
trailingComma: none
|
||||
Loading…
Add table
Add a link
Reference in a new issue