Skip to content

Commit

Permalink
Revert "chore: update eslint"
Browse files Browse the repository at this point in the history
This reverts commit 717f8f0.
  • Loading branch information
tkurki committed Sep 19, 2024
1 parent 717f8f0 commit 5a3e029
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/server-admin-ui/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ module.exports = {
"rules": {
"react/prop-types": "off",
"react/no-string-refs": "off",
"react/no-direct-mutation-state": "off",
"react/no-is-mounted": "off"
"react/no-direct-mutation-state": "off"
}
}

0 comments on commit 5a3e029

Please sign in to comment.