Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
scottanderson committed Sep 18, 2024
1 parent 2d8bacc commit b462e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"no-undef": "error",
"no-unused-vars": "off", // @typescript-eslint/no-unused-vars
"require-jsdoc": "off",
"sort-keys": ["error", "asc", {"caseSensitive": false, "natural": false, "minKeys": 2}],
"sort-keys": ["error", "asc", { "caseSensitive": false, "natural": false, "minKeys": 2 }],
"space-infix-ops": "off"
}
}

0 comments on commit b462e01

Please sign in to comment.