Skip to content

Commit

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

0 comments on commit b49d261

Please sign in to comment.