Skip to content

Commit 0b31c0c

Browse files
committed
fix lint issue
1 parent 4f2ba8d commit 0b31c0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ export default [
8282
'error',
8383
{
8484
ignoreDestructuring: true,
85-
allow: ['^t_[global|chart]', '^chart_']
86-
// TODO: Remove 'chart_' from the allowed patterns after updating all chart examples to use the 't_chart_' format
85+
allow: ['^t_[global|chart]', '^chart_']
86+
// TODO: Remove 'chart_' from the allowed patterns after updating all chart examples to use the 't_chart_' format
8787
}
8888
],
8989
'constructor-super': 'error',

0 commit comments

Comments
 (0)