We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2ba8d commit 0b31c0cCopy full SHA for 0b31c0c
1 file changed
eslint.config.mjs
@@ -82,8 +82,8 @@ export default [
82
'error',
83
{
84
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
+ allow: ['^t_[global|chart]', '^chart_']
+ // TODO: Remove 'chart_' from the allowed patterns after updating all chart examples to use the 't_chart_' format
87
}
88
],
89
'constructor-super': 'error',
0 commit comments