chore: update ESLint and cspell configurations to ignore story files (#11681)

* chore: update ESLint and cspell configurations to ignore story files

* fix: update custom widget identifiers in form renderer tests and mock data
This commit is contained in:
Denys Vuika
2026-02-23 13:58:51 +00:00
committed by GitHub
parent 303a9efb3e
commit 2f8d8c2007
4 changed files with 19 additions and 12 deletions
+6
View File
@@ -236,6 +236,12 @@ module.exports = {
rules: {
'comma-dangle': ['error', 'never']
}
},
{
files: ['**/*.stories.ts'],
rules: {
'@cspell/spellchecker': 'off'
}
}
],