Skip to content

Commit 315baa7

Browse files
committed
chore: use prettier-config-atomic
1 parent 4330074 commit 315baa7

4 files changed

Lines changed: 14 additions & 35 deletions

File tree

.prettierignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
node_modules
2-
package.json
32
package-lock.json
43
pnpm-lock.yaml
5-
changelog.md
6-
coverage
7-
build
84
dist
9-
strict.js
10-
strict-react.js
115
spec/fixtures

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
],
2222
"repository": "https://github.com/atom-ide-community/eslint-config-atomic",
2323
"license": "MIT",
24+
"prettier": "prettier-config-atomic",
2425
"scripts": {
2526
"format": "prettier --write .",
2627
"test.format": "prettier . --check",
@@ -31,22 +32,22 @@
3132
"bump": "ncu -u -x coffeescript"
3233
},
3334
"dependencies": {
35+
"@babel/core": "^7",
3436
"@typescript-eslint/eslint-plugin": "^4.18.0",
3537
"@typescript-eslint/parser": "^4.18.0",
3638
"babel-eslint": "^10.1.0",
39+
"coffeescript": "^1",
40+
"eslint-config-prettier": "^8.1.0",
3741
"eslint-plugin-coffee": "^0.1.14",
3842
"eslint-plugin-import": "^2.22.1",
3943
"eslint-plugin-json": "^2.1.2",
4044
"eslint-plugin-node": "^11.1.0",
4145
"eslint-plugin-only-warn": "^1.0.2",
4246
"eslint-plugin-optimize-regex": "^1.2.0",
43-
"eslint-config-prettier": "^8.1.0",
4447
"eslint-plugin-react": "^7.22.0",
4548
"eslint-plugin-yaml": "^0.4.1",
4649
"prettier": "^2",
47-
"typescript": "^4",
48-
"coffeescript": "^1",
49-
"@babel/core": "^7"
50+
"typescript": "^4"
5051
},
5152
"peerDependencies": {
5253
"eslint": ">=7"
@@ -56,6 +57,7 @@
5657
"execa": "^5.0.0",
5758
"gitly": "^2.0.2",
5859
"npm-check-updates": "11.3.0",
60+
"prettier-config-atomic": "^1.0.1",
5961
"shelljs": "^0.8.4"
6062
}
6163
}

pnpm-lock.yaml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prettier.config.js

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

0 commit comments

Comments
 (0)