Skip to content

Commit b93b60a

Browse files
committed
fix(eslint-config): disable no-template-curly-in-string for .json files
1 parent 5e02510 commit b93b60a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/eslint-config/src/configs/javascript.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ export default defineConfig(
263263
rules: {
264264
'max-lines': 'off',
265265
'no-unused-expressions': 'off',
266+
'no-template-curly-in-string': 'off',
266267
'@typescript-eslint/no-unused-expressions': 'off',
267268
'@typescript-eslint/no-magic-numbers': 'off',
268269
'sonarjs/no-duplicate-string': 'off',

0 commit comments

Comments
 (0)