Skip to content

Commit a7ff671

Browse files
committed
chore: add prettier-config-atomic
1 parent c33d579 commit a7ff671

File tree

3 files changed

+2154
-2386
lines changed

3 files changed

+2154
-2386
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,22 @@
4141
"@types/atom": "^1.40.9",
4242
"@types/jasmine": "^3.6.6",
4343
"@types/node": "^14.14.34",
44+
"@types/react": "^17.0.3",
45+
"@types/react-dom": "^17.0.2",
4446
"atom-jasmine3-test-runner": "^5.2.1",
4547
"build-commit": "^0.1.4",
4648
"cross-env": "latest",
4749
"eslint": "7.22.0",
4850
"eslint-config-atomic": "^1.12.2",
4951
"npm-check-updates": "^11.3.0",
50-
"prettier": "^2.2.1",
52+
"prettier-config-atomic": "^2.0.5",
5153
"rollup": "^2.41.2",
5254
"rollup-plugin-atomic": "^2.1.0",
5355
"shx": "^0.3.3",
54-
"tslib": "^2.1.0",
55-
"typescript": "^4.2.3",
56-
"@types/react": "^17.0.3",
57-
"@types/react-dom": "^17.0.2"
56+
"typescript": "^4.2.3"
5857
},
5958
"atomTestRunner": "./spec/runner",
59+
"prettier": "prettier-config-atomic",
6060
"activationHooks": [
6161
"core:loaded-shell-environment"
6262
],

0 commit comments

Comments
 (0)