Skip to content

Commit

Permalink
fix(linter): change incorrect package name (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanosync authored Nov 2, 2023
1 parent 0148c22 commit 4747593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/standard-linter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
extends: [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"airbnb",
"airbnb-base",
"airbnb-typescript/base",
"prettier",
],
Expand Down

0 comments on commit 4747593

Please sign in to comment.