Skip to content

Commit

Permalink
Add .eslintrc to enable correct index key order
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Oct 2, 2023
1 parent 021621a commit a325044
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": [
"@xylabs"
],
"ignorePatterns": [
"node.json"
]
}

0 comments on commit a325044

Please sign in to comment.