mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00

* Setup prettier and precommit hooks * Format code with prettier * Use husky because it works... * Move prettier config to .prettierrc file * Implement fixing markdown file formatting when running lint-fix script * Format markdown files * Add .json file formatting * Fixes json file formatting * Add pretteir linting step * Remove tslint * Use gitignore for prettier * Fix linting errors * Ignore submodule folder
16 lines
437 B
JSON
16 lines
437 B
JSON
{
|
|
"lerna": "2.0.0",
|
|
"version": "1.3.1",
|
|
"changelog": {
|
|
"repo": "apollographql/apollo-server",
|
|
"labels": {
|
|
"tag: breaking change": ":boom: Breaking Change",
|
|
"tag: new feature": ":rocket: New Feature",
|
|
"tag: bug fix": ":bug: Bug Fix",
|
|
"tag: polish": ":nail_care: Polish",
|
|
"tag: documentation": "Documentation",
|
|
"tag: internal": ":house: Internal"
|
|
}
|
|
},
|
|
"packages": ["packages/*"]
|
|
}
|