Skip to content

Commit

Permalink
Update .eslintrc to fix syntax error to allow for less style conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-mat authored Oct 30, 2024
1 parent 2669483 commit 969f477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "nodebb",
"extends":
[
"some-other-config-you-use",
"nodebb",
"prettier"
]
}

0 comments on commit 969f477

Please sign in to comment.