Skip to content

Commit

Permalink
added eslint airbnb configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
elsareuter committed Oct 13, 2024
1 parent adb3708 commit 9230d06
Show file tree
Hide file tree
Showing 2 changed files with 959 additions and 14 deletions.
12 changes: 6 additions & 6 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "^8.39.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"react-codemod": "^5.4.3"
}
}
Loading

0 comments on commit 9230d06

Please sign in to comment.