Skip to content

Commit

Permalink
Merge pull request #21 from atom-community/update
Browse files Browse the repository at this point in the history
feat: update dependencies + fix prettier breaking change
  • Loading branch information
aminya authored Feb 27, 2021
2 parents eca983f + bf962e2 commit 8da512f
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 42 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ module.exports = {
"plugin:optimize-regex/all",
"plugin:import/recommended",
"prettier",
"prettier/@typescript-eslint",
],
rules: {
"@typescript-eslint/explicit-function-return-type": "off",
Expand All @@ -89,7 +88,7 @@ module.exports = {
// JSON files
files: ["*.json"],
plugins: ["json"],
extends: ["prettier", "plugin:json/recommended"],
extends: ["plugin:json/recommended", "prettier"],
rules: {
"json/*": [
"error",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"bump": "ncu -u -x coffeescript"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"babel-eslint": "^10.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": "^7.2.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-yaml": "^0.3.0",
"prettier": "^2",
Expand All @@ -56,7 +56,7 @@
"eslint": "^7.4.0",
"execa": "^5.0.0",
"gitly": "^2.0.2",
"npm-check-updates": "11.1.1",
"npm-check-updates": "11.1.9",
"shelljs": "^0.8.4"
}
}
151 changes: 117 additions & 34 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 8da512f

Please sign in to comment.