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
+2 -1
View File
@@ -157,7 +157,8 @@
],
"ignorePaths": [
"lib/{content-services,core,extensions,insights,process-services}/**/*.spec.ts",
"lib/{content-services,core,extensions,insights,process-services}/**/*.mock.ts"
"lib/{content-services,core,extensions,insights,process-services}/**/*.mock.ts",
"**/*.stories.ts"
],
"ignoreRegExpList": [
"(\"|'|`)((?:\\\\1|(?:(?!\\1).))*)\\1"