Skip to content

Commit 050bb1c

Browse files
committed
chore: add prettier-config-atomic
1 parent 33e7d4d commit 050bb1c

File tree

5 files changed

+1603
-1742
lines changed

5 files changed

+1603
-1742
lines changed

.npmrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
public-hoist-pattern[]=*
22
package-lock=false
3-
lockfile=true
3+
lockfile=true
4+
prefer-frozen-lockfile=false

.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
coverage

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"prepare": "npm run clean && npm run compile",
2424
"test": "npm run compile && atom --test build/test"
2525
},
26+
"prettier": "prettier-config-atomic",
2627
"atomTestRunner": "./test/runner",
2728
"dependencies": {
2829
"atom-ide-base": "^2.4.0",
@@ -45,6 +46,7 @@
4546
"eslint-config-atomic": "1.10.1",
4647
"mocha": "^8.2.1",
4748
"mocha-appveyor-reporter": "^0.4.2",
49+
"prettier-config-atomic": "^2.0.1",
4850
"shx": "^0.3.3",
4951
"sinon": "^9.2.4",
5052
"typescript": "~4.1.3"

0 commit comments

Comments
 (0)