Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 24, 2024
1 parent d818d28 commit b687efc
Show file tree
Hide file tree
Showing 28 changed files with 1 addition and 12 deletions.
12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@
],
"rules": {
"jest/prefer-importing-jest-globals": "off",
"sonarjs/prefer-nullish-coalescing": "off",
"unicorn/consistent-destructuring": "off"
"sonarjs/prefer-nullish-coalescing": "off"
},
"overrides": [
{
Expand All @@ -92,14 +91,6 @@
"rules": {
"@angular-eslint/prefer-standalone": "off"
}
},
{
"files": [
"**/demo/**/*.ts"
],
"rules": {
"max-classes-per-file": "off"
}
}
],
"root": true
Expand All @@ -122,7 +113,6 @@
"**/demo/**/*.{less,css,scss}"
],
"rules": {
"no-empty-source": null,
"selector-class-pattern": null
}
}
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import {TuiButtonSelect, TuiDataListWrapper, TuiPagination} from '@taiga-ui/kit'
TuiTextfield,
],
templateUrl: './index.html',
styleUrls: ['./index.less'],
encapsulation,
changeDetection,
})
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit b687efc

Please sign in to comment.