Files
hristudio/.eslintrc.autofix.js
Sean O'Connor dbfdd91dea feat: Redesign Landing, Auth, and Dashboard Pages
Also fixed schema type exports and seed script errors.
2026-02-01 22:28:19 -05:00

7 lines
177 B
JavaScript
Executable File

module.exports = {
"extends": [".eslintrc.cjs"],
"rules": {
// Only enable the rule we want to autofix
"@typescript-eslint/prefer-nullish-coalescing": "error"
}
};