This commit is contained in:
Manav Rathi 2024-11-19 18:22:23 +05:30
parent da71a34f75
commit 41cdb73382
No known key found for this signature in database

View File

@ -5,6 +5,7 @@ import tseslint from "typescript-eslint";
export default tseslint.config(
eslint.configs.recommended,
tseslint.configs.strictTypeChecked,
tseslint.configs.recommendedTypeChecked,
{
languageOptions: {
@ -14,6 +15,9 @@ export default tseslint.config(
},
},
},
{
ignores: ["eslint.config.mjs"],
},
);
// /* eslint-env node */
// module.exports = {