Skip to content

Commit e20d4dc

Browse files
committed
reduce severity
1 parent 40252ce commit e20d4dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests-integrations/flat-config/eslint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ export default [
99
parser: svelteParser
1010
},
1111
rules: {
12-
'@intlify/svelte/no-raw-text': 'error'
12+
//Using warn instead of error as running eslint using execSync causes tests to fail.
13+
'@intlify/svelte/no-raw-text': 'warn'
1314
}
1415
}
1516
]

0 commit comments

Comments
 (0)