Update .eslintrc.js

This commit is contained in:
Daniel Hougaard
2024-03-18 16:07:49 +01:00
parent 415cf31b2d
commit fa1b28b33f

View File

@@ -30,7 +30,6 @@ module.exports = {
plugins: ["react", "prettier", "simple-import-sort", "import"],
rules: {
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/lines-between-class-members": "off",
quotes: ["error", "double", { avoidEscape: true }],
"comma-dangle": ["error", "only-multiline"],
"react/react-in-jsx-scope": "off",