Skip to content

Commit 0a29fe9

Browse files
formatting
1 parent 72edaf7 commit 0a29fe9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

apps/demos/.eslintrc.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,11 @@ module.exports = {
294294
'no-only-tests/no-only-tests': 'error',
295295
'react-hooks/rules-of-hooks': 'error',
296296
'react-hooks/exhaustive-deps': 'warn',
297-
"no-restricted-imports": [
298-
"error",
297+
'no-restricted-imports': [
298+
'error',
299299
{
300-
"patterns": [
301-
"devextreme-*/cjs/*",
300+
'patterns': [
301+
'devextreme-*/cjs/*',
302302
]
303303
}
304304
]

0 commit comments

Comments
 (0)