prettier and ignore yarn

This commit is contained in:
cupcakearmy 2019-10-26 20:06:48 +02:00
parent 2653633c91
commit 3c0ebdfb4a
3 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
node_modules/
package-lock.json
.idea
yarn.lock
config.yml
bin

3
.prettierrc Normal file
View File

@ -0,0 +1,3 @@
semi: false
singleQuote: true
trailingComma: 'es5'

View File

@ -10,6 +10,7 @@
"@types/decompress": "^4.2.3",
"@types/js-yaml": "^3.12.1",
"@types/minimist": "^1.2.0",
"@types/node": "^12.11.7",
"pkg": "^4.4.0",
"ts-node-dev": "^1.0.0-pre.40",
"typescript": "^3.5.1"
@ -21,4 +22,4 @@
"js-yaml": "^3.13.1",
"minimist": "^1.2.0"
}
}
}