Skip to content

Commit

Permalink
Disable no-useless-escape rule in ESLint config
Browse files Browse the repository at this point in the history
This causes far more problems than it solves.
  • Loading branch information
rileytomasek committed Jan 31, 2025
1 parent dbc72f1 commit 951b5a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export const config = [

// Disable rules from presets
'no-unused-vars': 'off',
'no-useless-escape': 'off',
},
},

Expand Down

0 comments on commit 951b5a1

Please sign in to comment.