Skip to content

Commit 61bd6da

Browse files
committed
chore: use prettier-config-atomic
1 parent 342094c commit 61bd6da

File tree

5 files changed

+420
-239
lines changed

5 files changed

+420
-239
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: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,28 +28,29 @@
2828
"bump": "ncu -u",
2929
"prepare": "npm run build"
3030
},
31+
"prettier": "prettier-config-atomic",
3132
"atomTestRunner": "./spec/runner",
3233
"dependencies": {
3334
"atom-ide-base": "^2.6.0",
3435
"lodash": "^4.17.21"
3536
},
3637
"devDependencies": {
3738
"@types/atom": "latest",
38-
"@types/node": "^14.14.37",
39-
"@types/lodash": "^4.14.168",
40-
"typescript": "^4.2.4",
41-
"tslib": "^2.2.0",
4239
"@types/jasmine": "^3.6.9",
40+
"@types/lodash": "^4.14.168",
41+
"@types/node": "^14.14.37",
4342
"atom-jasmine3-test-runner": "^5.2.2",
44-
"prettier": "^2.2.1",
43+
"build-commit": "latest",
44+
"cross-env": "latest",
4545
"eslint": "7.24.0",
4646
"eslint-config-atomic": "^1.14.0",
47+
"npm-check-updates": "latest",
48+
"prettier-config-atomic": "^2.0.3",
4749
"rollup": "^2.45.1",
4850
"rollup-plugin-atomic": "^2.3.0",
4951
"shx": "latest",
50-
"cross-env": "latest",
51-
"npm-check-updates": "latest",
52-
"build-commit": "latest"
52+
"tslib": "^2.2.0",
53+
"typescript": "^4.2.4"
5354
},
5455
"activationHooks": [
5556
"core:loaded-shell-environment"

0 commit comments

Comments
 (0)