Skip to content

Commit

Permalink
Removes redundant config extension
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeetsuhag committed Jul 11, 2022
1 parent c11a8ba commit 566dadf
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
@@ -1,5 +1,5 @@
{
"extends": ["cesium/node", "prettier"],
"extends": ["cesium/node"],
"rules": {
"no-unused-vars": ["error", {"args": "none"}]
}
Expand Down

0 comments on commit 566dadf

Please sign in to comment.