Skip to content

Commit

Permalink
[eslint] fix extends
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 3, 2021
1 parent 577f9c5 commit 2583271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["@ljharb", "@ljharb/eslint-config/node/latest"],
"extends": ["@ljharb/eslint-config/node/latest"],
"rules": {
"id-length": ["error", { "min": 1, "max": 64 }],
},
Expand Down

0 comments on commit 2583271

Please sign in to comment.