{
"extends": ["../../.eslintrc.json"],
"ignorePatterns": ["!**/*", "**/*.stories.ts"],
"overrides": [
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
"parserOptions": {
"project": ["libs/ui/tsconfig.*?.json"]
},
"extends": [
"plugin:@nx/angular",
"plugin:@angular-eslint/template/process-inline-templates"
],
"rules": {
"@angular-eslint/directive-selector": [
"error",
"type": "attribute",
"prefix": "gf",
"style": "camelCase"
}
"@angular-eslint/component-selector": [
"type": "element",
"style": "kebab-case"
]
"files": ["*.html"],
"extends": ["plugin:@nx/angular-template"],
"rules": {}