{ "root": true, "extends": "./node_modules/@maggioli/bld-ng/conf/lint/index.js", "overrides": [ /* * ----------------------------------------------------- * TYPESCRIPT FILES (COMPONENTS, SERVICES ETC) (.ts) * ----------------------------------------------------- */ { "files": [ "*.ts" ], "parserOptions": { "project": "./tsconfig.json", "createDefaultProgram": true }, "extends": [ "./node_modules/@maggioli/bld-ng/conf/lint/typescript.js" ], "rules": { "@angular-eslint/component-selector": [ "error", { "type": "element", "prefix": "paf", // sostituire con il prefisso di progetto "style": "kebab-case" } ] } } ] }