UNPKG

@ssh/eslint-config

Version:

Slingshot's ESLint configuration for JavaScript, TypeScript, and React projects with ESLint 9 flat config support

16 lines (13 loc) 517 B
export const rules = { "@stylistic/indent": ["error", 4], "import/prefer-default-export": 0, "@stylistic/max-len": "off", "no-console": "off", "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/no-unused-vars": "off", "jsx-a11y/anchor-is-valid": "off", "@stylistic/lines-between-class-members": ["error", "always", { exceptAfterSingleLine: true }], 'no-unused-vars': 'off', }; // Default export for backward compatibility export default { rules };