Skip to content

Commit

Permalink
remove eslint unicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
meghaniankov committed Oct 31, 2023
1 parent adc1ccd commit 2e31d92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = {
es6: true,
},
extends: [
"plugin:unicorn/recommended",
"xo",
"xo-typescript",
"prettier",
Expand All @@ -17,7 +16,7 @@ module.exports = {
project: "tsconfig.json",
sourceType: "module",
},
plugins: ["sort-destructure-keys", "typescript-sort-keys", "unicorn"],
plugins: ["sort-destructure-keys", "typescript-sort-keys"],
root: true,
rules: {
// @actions/github uses a lot of snake_case keys.
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"eslint-plugin-typescript-sort-keys": "^3.1.0",
"eslint-plugin-unicorn": "^49.0.0",
"is-base64": "^1.1.0",
"prettier": "^3.0.3",
"promise-retry": "^2.0.1",
Expand Down

0 comments on commit 2e31d92

Please sign in to comment.