UNPKG

eslint-config-agent

Version:

ESLint configuration package with TypeScript support

7 lines (6 loc) 169 B
/** * Invalid: Private class property with default value */ export class Service { private _config = {}; // ❌ Error: Class properties cannot have default values }