Skip to content

Commit 6c62d1c

Browse files
Merge pull request #1100 from NHSDigital/DTOSS-12327-render-markers
[DTOSS-12327] - Render image markers on breast features diagram
2 parents 17dbcca + be7ebb1 commit 6c62d1c

12 files changed

Lines changed: 641 additions & 290 deletions

File tree

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@ export default defineConfig([
209209
// https://browsersl.ist/#q=supports+es6-module+and+not+supports+object-entries
210210
'es-x/no-object-entries': 'off',
211211

212+
// Babel transpiles optional catch binding
213+
'es-x/no-optional-catch-binding': 'off',
214+
212215
// Babel transpiles ES2020 optional chaining
213216
'es-x/no-optional-chaining': 'off',
214217

0 commit comments

Comments
 (0)