Skip to content

Commit

Permalink
fix eslint warnings in json files
Browse files Browse the repository at this point in the history
  • Loading branch information
radium-v committed Nov 19, 2024
1 parent 0cb1e6e commit 04705ad
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/web-components/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,13 @@
// TODO: I think we can come up with a regex that ignores variables with __ in them
}
]
}
},
"overrides": [
{
"files": ["**/*.json"],
"rules": {
"@typescript-eslint/no-unused-expressions": "off"
}
}
]
}

0 comments on commit 04705ad

Please sign in to comment.