Skip to content

Commit

Permalink
feat(eslint): auto-fix template syntax in strings
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoBechtel committed Jul 5, 2024
1 parent 9fa4ccc commit 127e681
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions eslint/core.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = defineConfig({
'eslint:recommended',
'plugin:import/recommended',
'prettier',
'plugin:no-template-curly-in-string-fix/recommended',
require.resolve('./rules/base.cjs'),
require.resolve('./rules/import.cjs'),
require.resolve('./rules/unicorn.cjs'),
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"eslint-define-config": "^2.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-template-curly-in-string-fix": "^1.0.4",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^51.0.1"
Expand Down

0 comments on commit 127e681

Please sign in to comment.