/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/angular/.eslintrc.json
30 строк
745 B
Liam DeBeasi
refactor(angular): move to packages directory (#27719)
05 июл 2023, 20:52
Не верифицирован
05 июл 2023, 20:52
32bc33e
Код
Авторство
О чём код?
{ "root": true, "ignorePatterns": ["test/**/*"], "overrides": [ { "files": ["*.ts"], "parserOptions": { "project": ["tsconfig.json"], "createDefaultProgram": true }, "extends": [ "@ionic/eslint-config/recommended", "plugin:@angular-eslint/recommended", "plugin:@angular-eslint/template/process-inline-templates" ], "rules": { "@typescript-eslint/consistent-type-imports": "off", "@angular-eslint/component-class-suffix": "off", "@angular-eslint/component-selector": [ "error", { "type": "element", "prefix": "ion", "style": "kebab-case" } ] } } ] }