Skip to content

Commit

Permalink
chore(repo): format via Nx
Browse files Browse the repository at this point in the history
  • Loading branch information
bekos committed Nov 23, 2020
1 parent 090350b commit 42eee3b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 24 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ packages/express/src/schematics/**/files/**/*.json
packages/nest/src/schematics/**/files/**/*.json
packages/react/src/schematics/**/files/**/*.json
packages/jest/src/schematics/**/files/**/*.json
packages/**/schematics/**/files/**/*.html
/.vscode
/.idea
/.github
Expand Down
2 changes: 1 addition & 1 deletion apps/dep-graph-client/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/>
</head>
<body>
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none">
<symbol id="crosshair" viewBox="0 0 24 24">
<g
fill="none"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"build": "./scripts/package.sh --local",
"commit": "git-cz",
"check-commit": "node ./scripts/commit-lint.js",
"check-format": "scripts/check-format.sh",
"check-format": "nx format:check --all",
"check-imports": "node ./scripts/check-imports.js",
"check-versions": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/check-versions.ts",
"check-documentation-map": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/documentation/map-link-checker.ts",
"e2e": "./scripts/e2e.sh",
"e2e-ci": "./scripts/e2e-ci.sh",
"format": "./scripts/format.sh",
"format": "nx format",
"nx-release": "./scripts/nx-release.js",
"test": "nx run-many --target=test --all --parallel",
"lint": "nx run-many --target=lint --all --parallel",
Expand Down
17 changes: 0 additions & 17 deletions scripts/check-format.sh

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/format.sh

This file was deleted.

0 comments on commit 42eee3b

Please sign in to comment.