Skip to content

Commit

Permalink
remove require-default-prop from eslint
Browse files Browse the repository at this point in the history
typescript makes this useless
  • Loading branch information
srimanachanta committed Jul 20, 2023
1 parent 8ec5aa1 commit 16df945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion photon-client/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"eol-last": "error",
"object-curly-spacing": ["error", "always"],
"quote-props": ["error", "as-needed"],
"no-case-declarations": "off"
"no-case-declarations": "off",
"vue/require-default-prop": "off"
}
}

0 comments on commit 16df945

Please sign in to comment.