Skip to content

Commit

Permalink
Merge pull request xiv-gear-planner#258 from xiv-gear-planner/update-…
Browse files Browse the repository at this point in the history
…lint-rules

Update lint rules to add commas
  • Loading branch information
xpdota authored Aug 26, 2024
2 parents 34208f8 + 41fec08 commit 2fc4cd3
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 217 deletions.
7 changes: 7 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ export default [
"setWithoutGet": true
}
],
"comma-spacing": [
"error",
{
"before": false,
"after": true,
}
],
"@typescript-eslint/no-this-alias": [
"off"
]
Expand Down
Loading

0 comments on commit 2fc4cd3

Please sign in to comment.