Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kavigupta committed Feb 1, 2025
1 parent 8a9fabb commit 50d3f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default tseslint.config(
'object-shorthand': 'error',
'no-restricted-syntax': [
'error',
// Good tool for writing these https://astexplorer.net
// Good tool for writing these https://typescript-eslint.io/play/
'ExportNamedDeclaration:not([declaration])',
'MemberExpression[object.name=location][property.name=reload]',
'MemberExpression[property.name=replaceState]',
Expand Down

0 comments on commit 50d3f94

Please sign in to comment.