Skip to content

Commit c3f38b4

Browse files
committed
chore: add prettier-config-atomic
1 parent 1582000 commit c3f38b4

File tree

4 files changed

+4
-27
lines changed

4 files changed

+4
-27
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",
@@ -43,6 +44,7 @@
4344
"eslint-plugin-chai-friendly": "^0.6.0",
4445
"mocha": "^8.2.1",
4546
"mocha-appveyor-reporter": "^0.4.2",
47+
"prettier-config-atomic": "^2.0.1",
4648
"shx": "^0.3.3",
4749
"sinon": "^9.2.4",
4850
"typescript": "~4.1.3"

prettier.config.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)