Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Dec 21, 2024
1 parent 465b270 commit abe5a01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ const compat = new FlatCompat({

export default tseslint.config(
{
files: [
"**/*.{ts,tsx,js,jsx,mjs,mts,mjsx,mtsx,cjs,cjsx,cts,ctsx,es,es6,esm}",
],
ignores: [
"**/generated",
"**/dist",
Expand All @@ -28,6 +25,7 @@ export default tseslint.config(
"fern/**",
],
},

eslint.configs.recommended,
tseslint.configs.strictTypeChecked,
tseslint.configs.stylisticTypeChecked,
Expand Down

0 comments on commit abe5a01

Please sign in to comment.