remove change in .eslintrc.cjs, workflow did not run

This commit is contained in:
JubaAzul 2025-01-15 11:47:52 -05:00
parent d6774b300f
commit f595ccca20

View file

@ -15,12 +15,4 @@ module.exports = {
{ allowConstantExport: true },
],
},
"overrides": [
{
"files": ["**/*.test.ts", "**/*.test.tsx"],
"rules": {
"@typescript-eslint/ban-ts-comment": "off"
}
}
]
}