Skip to content

Commit

Permalink
Add intl-tel-input 21 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tlebreton committed Apr 4, 2024
2 parents 97d54ab + ce3e8b5 commit 7e8c806
Show file tree
Hide file tree
Showing 6 changed files with 632 additions and 569 deletions.
19 changes: 14 additions & 5 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,32 @@
"createDefaultProgram": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@angular-eslint/recommended",
"plugin:@angular-eslint/template/process-inline-templates"
],
"rules": {
"@typescript-eslint/explicit-function-return-type": [
"error"
],
"no-extra-boolean-cast": [
"off"
],
"@angular-eslint/component-selector": [
"error",
{
"type": "element",
"prefix": "",
"style": "kebab-case",
"type": "element"
"style": "kebab-case"
}
],
"@angular-eslint/directive-selector": [
"error",
{
"type": "attribute",
"prefix": "",
"style": "camelCase",
"type": "attribute"
"style": "camelCase"
}
],
"comma-dangle": [
Expand All @@ -51,7 +59,8 @@
"*.html"
],
"extends": [
"plugin:@angular-eslint/template/recommended"
"plugin:@angular-eslint/template/recommended",
"plugin:@angular-eslint/template/accessibility"
],
"rules": {}
}
Expand Down
Loading

0 comments on commit 7e8c806

Please sign in to comment.