Skip to content

Commit

Permalink
Merge pull request #4 from Exabyte-io/update/SOF-6874
Browse files Browse the repository at this point in the history
chore: remove redundand statements from configuration
  • Loading branch information
unsigned6 authored Aug 28, 2023
2 parents ea876f0 + 57a3c30 commit b589ec1
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node": true,
"mocha": true
},
"plugins": ["prettier", "simple-import-sort", "jsdoc"],
"plugins": ["prettier", "simple-import-sort", "jsdoc", "mui-path-imports"],
"rules": {
"prettier/prettier": "error",
"comma-dangle": ["error", "always-multiline"],
Expand Down Expand Up @@ -71,7 +71,6 @@
"*.tsx"
],
"extends": [
"@exabyte-io/eslint-config",
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
Expand Down
52 changes: 52 additions & 0 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"eslint-import-resolver-exports": "^1.0.0-beta.2",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsdoc": "37.1.0",
"eslint-plugin-jsx-a11y": "6.5.1",
Expand All @@ -51,7 +52,8 @@
"lint-staged": "^12.1.2",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"prettier": "^2.7.1"
"prettier": "^2.7.1",
"typescript": "^5.0.2"
},
"peerDependencies": {
"@babel/eslint-parser": "7.16.3",
Expand Down

0 comments on commit b589ec1

Please sign in to comment.