Skip to content

Commit 5c39322

Browse files
committed
chore: use prettier-config-atomic
1 parent a6949c0 commit 5c39322

File tree

5 files changed

+155
-499
lines changed

5 files changed

+155
-499
lines changed

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
node_modules
2-
package.json
32
package-lock.json
43
pnpm-lock.yaml
54
changelog.md

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"build-commit": "build-commit -o dist",
3636
"prepare": "npm run get.servers && npm run build"
3737
},
38+
"prettier": "prettier-config-atomic",
3839
"atomTestRunner": "./spec/runner",
3940
"activationHooks": [
4041
"core:loaded-shell-environment"
@@ -101,7 +102,7 @@
101102
"eslint": "7.23.0",
102103
"eslint-config-atomic": "^1.12.4",
103104
"gitly": "^2.0.3",
104-
"prettier": "^2.2.1",
105+
"prettier-config-atomic": "^2.0.2",
105106
"shx": "0.3.3",
106107
"ts-node": "^9.1.1",
107108
"typescript": "^4.2.3"

0 commit comments

Comments
 (0)