mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
chore(prettier): add prettierrc
This commit is contained in:
4
.prettierrc
Normal file
4
.prettierrc
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"trailingComma": "es5",
|
||||
"singleQuote": true
|
||||
}
|
||||
1940
package-lock.json
generated
1940
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -16,7 +16,7 @@
|
||||
"coverage:report": "nyc report",
|
||||
"clean": "rimraf dist",
|
||||
"coveralls": "cat ./coverage/lcov.info | coveralls",
|
||||
"format": "prettier --write --trailing-comma es5 --single-quote 'lib/**/*.js' 'tests/**/*.js' 'scripts/**/*.js'",
|
||||
"format": "prettier --write 'lib/**/*.js' 'tests/**/*.js' 'scripts/**/*.js'",
|
||||
"lint": "eslint ./",
|
||||
"prebuild": "npm run clean && mkdir dist",
|
||||
"prepublishOnly": "npm run build",
|
||||
|
||||
Reference in New Issue
Block a user