Skip to content

Refactor Prettier Implementation (Post Commit Style) #585

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.1.0",
"description": "Monorepo for the Firebase JavaScript SDK",
"private": true,
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"author":
"Firebase <[email protected]> (https://firebase.google.com/)",
"license": "Apache-2.0",
"homepage": "https://github.com/firebase/firebase-js-sdk",
"keywords": [
Expand All @@ -18,8 +19,8 @@
"scripts": {
"dev": "lerna run --parallel --scope @firebase/* --scope firebase dev",
"prepare": "lerna run --scope @firebase/* --scope firebase prepare",
"prepush": "node tools/gitHooks/prepush.js",
"link:packages": "lerna exec --scope @firebase/* --scope firebase -- yarn link",
"link:packages":
"lerna exec --scope @firebase/* --scope firebase -- yarn link",
"stage:packages": "./scripts/prepublish.sh",
"repl": "node tools/repl.js",
"release": "node scripts/release/cli.js",
Expand All @@ -33,21 +34,19 @@
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
},
"workspaces": [
"packages/*",
"integration/*"
],
"workspaces": ["packages/*", "integration/*"],
"devDependencies": {
"chalk": "^2.3.1",
"child-process-promise": "^2.2.1",
"clone": "^2.1.1",
"common-tags": "^1.7.2",
"coveralls": "^3.0.0",
"dependency-graph": "^0.7.0",
"firebase-tools": "^3.17.4",
"glob": "^7.1.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "^4.0.1",
"husky": "^0.14.3",
"husky": "^0.15.0-rc.9",
"inquirer": "^5.1.0",
"istanbul-instrumenter-loader": "^3.0.0",
"lcov-result-merger": "^2.0.0",
Expand All @@ -62,5 +61,10 @@
"semver": "^5.5.0",
"simple-git": "^1.91.0",
"yargs": "^11.0.0"
},
"husky": {
"hooks": {
"post-commit": "node tools/postCommit"
}
}
}
72 changes: 0 additions & 72 deletions tools/gitHooks/license.js

This file was deleted.

64 changes: 0 additions & 64 deletions tools/gitHooks/prepush.js

This file was deleted.

60 changes: 0 additions & 60 deletions tools/gitHooks/prettier.js

This file was deleted.

Loading