UNPKG

eslint-config-agent

Version:

ESLint configuration package with TypeScript support

7 lines (6 loc) 188 B
/** * Invalid: Static class property with default value */ export class Config { static defaultSettings = { debug: false }; // ❌ Error: Class properties cannot have default values }