Skip to content

Commit

Permalink
feat: eslint fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloslazo committed Nov 19, 2024
1 parent e72455e commit 477b18c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// https://docs.expo.dev/guides/using-eslint/
module.exports = {
extends: [
"expo",
"prettier",
],
extends: ["expo", "prettier"],
plugins: ["prettier"],
rules: {
"prettier/prettier": "error",
Expand Down

0 comments on commit 477b18c

Please sign in to comment.