UNPKG

eslint-config-agent

Version:

ESLint configuration package with TypeScript support

7 lines (6 loc) 164 B
/** * Invalid: Class property with boolean default value */ export class Feature { enabled = false; // ❌ Error: Class properties cannot have default values }