Skip to content

Commit d4b2012

Browse files
GridCommands: implement column and summary commands (#33520)
1 parent 9a2a1e9 commit d4b2012

16 files changed

Lines changed: 1631 additions & 48 deletions

File tree

packages/devextreme/eslint.config.mjs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -403,19 +403,6 @@ export default [
403403
'spellcheck/spell-checker': 'off',
404404
},
405405
},
406-
// Spellcheck overrides for ai_assistant (Zod dependency)
407-
{
408-
files: ['js/__internal/grids/grid_core/ai_assistant/**/*'],
409-
rules: {
410-
'spellcheck/spell-checker': ['error', {
411-
...spellCheckConfig[0].rules['spellcheck/spell-checker'][1],
412-
skipWords: [
413-
...spellCheckConfig[0].rules['spellcheck/spell-checker'][1].skipWords,
414-
'Zod',
415-
],
416-
}],
417-
},
418-
},
419406
// Rules for js/__internal folder
420407
{
421408
files: ['js/__internal/**/*'],

0 commit comments

Comments
 (0)