Skip to content

Commit

Permalink
Enable new json/top-level-interop rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcornelissen authored Dec 15, 2024
1 parent 2d51392 commit c7cd445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@ export default [
"json/no-empty-keys": ["error"],
"json/no-unnormalized-keys": ["error"],
"json/no-unsafe-values": ["error"],
"json/top-level-interop": ["error"],
},
},
{
Expand Down

0 comments on commit c7cd445

Please sign in to comment.