We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72edaf7 commit 0a29fe9Copy full SHA for 0a29fe9
1 file changed
apps/demos/.eslintrc.js
@@ -294,11 +294,11 @@ module.exports = {
294
'no-only-tests/no-only-tests': 'error',
295
'react-hooks/rules-of-hooks': 'error',
296
'react-hooks/exhaustive-deps': 'warn',
297
- "no-restricted-imports": [
298
- "error",
+ 'no-restricted-imports': [
+ 'error',
299
{
300
- "patterns": [
301
- "devextreme-*/cjs/*",
+ 'patterns': [
+ 'devextreme-*/cjs/*',
302
]
303
}
304
0 commit comments