Skip to content

Commit

Permalink
chore(lint): fix reference to scoped config
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshNels committed Mar 27, 2024
1 parent 3fea65b commit bdb58df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
"extends": "opensphere"
"extends": "@ngageoint/opensphere"
};

0 comments on commit bdb58df

Please sign in to comment.