Skip to content

Commit

Permalink
Remove temorary Eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Oct 10, 2024
1 parent 5998f0a commit f552728
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,4 @@ export default tseslint.config(...shared, {
tsconfigRootDir: import.meta.dirname,
},
},
/**
* Temporary
* @todo remove once core ^1.0.4 is published
*/
rules: {
'@typescript-eslint/restrict-plus-operands': 'off',
},
});

0 comments on commit f552728

Please sign in to comment.