Skip to content

Commit

Permalink
chore: remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
leaftail1880 committed Oct 1, 2024
1 parent 5aabd68 commit d669fc1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
// @ts-check
const { defineConfig } = require('eslint-define-config');

// Disable this annoying red lines under unformatted code
// if there is prettier extensions installed
let prettierExtension = process.env.VSCODE_CWD;

module.exports = defineConfig({
module.exports = {
root: true,
ignorePatterns: ['**/*'],
extends: [
Expand Down Expand Up @@ -103,4 +102,4 @@ module.exports = defineConfig({
},
],
},
});
};
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"help": "nx help",
"postinstall": "run-p --continue-on-error postinstall:*",
"postinstall:deps": "exitzero electron-builder install-app-deps",
"postinstall:patch-package": "patch-package",
"postinstall:i18n": "lingui extract --clean",
"setup": "run-s setup:husky",
"setup:husky": "husky install"
Expand Down Expand Up @@ -177,7 +176,6 @@
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-cypress": "2.13.4",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "^27.2.1",
Expand Down
14 changes: 0 additions & 14 deletions patches/eslint-define-config+2.1.0.patch

This file was deleted.

0 comments on commit d669fc1

Please sign in to comment.