Skip to content

Commit

Permalink
update: eslint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yossTheDev committed Aug 20, 2023
1 parent 1beab50 commit 68fe3b4
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
module.exports = {
"env": {
"browser": true,
"es2021": true
},
"extends": [
"standard-with-typescript",
"plugin:react/recommended"
],
"overrides": [
{
"env": {
"node": true
},
"files": [
".eslintrc.{js,cjs}"
],
"parserOptions": {
"sourceType": "script"
}
}
],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
"react"
],
"rules": {
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@types/react-resizable": "^3.0.3",
"@types/react-syntax-highlighter": "^15.5.5",
"@types/react-window": "^1.8.5",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@vitejs/plugin-react": "^3.0.1",
"autoprefixer": "^10.4.13",
"electron": "^25.3.0",
Expand All @@ -97,7 +97,7 @@
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "latest",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "latest",
Expand Down

0 comments on commit 68fe3b4

Please sign in to comment.