Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
enable/restrict-template-expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dozie2001 committed Nov 17, 2024
1 parent a51da9f commit daf96d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react-app/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default [
'@typescript-eslint/no-misused-promises': 'off',
'@typescript-eslint/no-unsafe-argument': 'off',
'@typescript-eslint/no-unsafe-assignment': 'off',
'@typescript-eslint/restrict-template-expressions': 'off',
'@typescript-eslint/restrict-template-expressions': 'on',
'react-refresh/only-export-components': [
'warn',
{
Expand Down

0 comments on commit daf96d3

Please sign in to comment.