Skip to content

Commit

Permalink
Disable irregular whitespace rule for lang files
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Jan 30, 2025
1 parent c4aa732 commit f8e1425
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ export default [
addExtensions(litConfig, ['.js', '.html']),
{
'**/test':testingConfig,
cli: nodeConfig
cli: nodeConfig,
lang: [{
rules: {
'no-irregular-whitespace': 'off'
}
}]
}
),
{
Expand Down

0 comments on commit f8e1425

Please sign in to comment.