Skip to content

Commit

Permalink
chore: use prettier-config-atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Mar 21, 2021
1 parent 4330074 commit 315baa7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 35 deletions.
6 changes: 0 additions & 6 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
node_modules
package.json
package-lock.json
pnpm-lock.yaml
changelog.md
coverage
build
dist
strict.js
strict-react.js
spec/fixtures
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
],
"repository": "https://github.com/atom-ide-community/eslint-config-atomic",
"license": "MIT",
"prettier": "prettier-config-atomic",
"scripts": {
"format": "prettier --write .",
"test.format": "prettier . --check",
Expand All @@ -31,22 +32,22 @@
"bump": "ncu -u -x coffeescript"
},
"dependencies": {
"@babel/core": "^7",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"babel-eslint": "^10.1.0",
"coffeescript": "^1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-coffee": "^0.1.14",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-only-warn": "^1.0.2",
"eslint-plugin-optimize-regex": "^1.2.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-yaml": "^0.4.1",
"prettier": "^2",
"typescript": "^4",
"coffeescript": "^1",
"@babel/core": "^7"
"typescript": "^4"
},
"peerDependencies": {
"eslint": ">=7"
Expand All @@ -56,6 +57,7 @@
"execa": "^5.0.0",
"gitly": "^2.0.2",
"npm-check-updates": "11.3.0",
"prettier-config-atomic": "^1.0.1",
"shelljs": "^0.8.4"
}
}
8 changes: 8 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 0 additions & 25 deletions prettier.config.js

This file was deleted.

0 comments on commit 315baa7

Please sign in to comment.