Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Dec 18, 2023
1 parent 63a7e99 commit 6b8f63f
Show file tree
Hide file tree
Showing 7 changed files with 1,302 additions and 1,016 deletions.
8 changes: 0 additions & 8 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,11 @@ module.exports = {
{
files: ['*.ts'],
rules: {
'@typescript-eslint/quotes': ['error', 'single'],
'@taiga-ui/experience/strict-tui-doc-example': 'off',
'@taiga-ui/experience/prefer-inject-decorator': 'off',
'@taiga-ui/experience/no-typeof': 'off',
'@typescript-eslint/consistent-type-assertions': 'off',
'no-restricted-syntax': 'off', // TODO
},
},
{
files: ['*'],
rules: {
'no-irregular-whitespace': 'off',
},
},
],
};
2,297 changes: 1,296 additions & 1,001 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@
"@nx/workspace": "17.2.6",
"@taiga-ui/commitlint-config": "0.5.0",
"@taiga-ui/cspell-config": "0.25.0",
"@taiga-ui/eslint-plugin-experience": "0.42.2",
"@taiga-ui/eslint-plugin-experience": "0.44.0",
"@taiga-ui/prettier-config": "0.7.0",
"@taiga-ui/stylelint-config": "0.12.2",
"@taiga-ui/tsconfig": "0.11.0",
"@taiga-ui/tsconfig": "0.12.0",
"@tinkoff/eslint-config": "2.0.0",
"@tinkoff/eslint-config-react": "2.0.0",
"@types/jest": "29.5.11",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {ChangeDetectionStrategy, Component, ViewEncapsulation} from '@angular/core';
import {tuiRawLoad} from '@taiga-ui/addon-doc';
import {of} from 'rxjs';
import {switchMap} from 'rxjs/operators';
import {of, switchMap} from 'rxjs';

@Component({
selector: 'changelog',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '@taiga-ui/core/styles/taiga-ui-local';
@import '@taiga-ui/core/styles/taiga-ui-local.less';

.islands-wrapper {
display: flex;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '@taiga-ui/core/styles/taiga-ui-local';
@import '@taiga-ui/core/styles/taiga-ui-local.less';

button {
@media @tui-mobile {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '@taiga-ui/core/styles/taiga-ui-local';
@import '@taiga-ui/core/styles/taiga-ui-local.less';

.loader {
.fullsize(fixed);
Expand Down

0 comments on commit 6b8f63f

Please sign in to comment.