Maksim Ivanov

Results 143 issues of Maksim Ivanov

```js { "rules": { "@angular-eslint/template/no-call-expression": ["error", { ignore: [/^$/], checkDecorated: false } ] } } ``` Exclude linting for such cases: - ignore by regexp ```HTML {{ $myType(state).field }} ```...

package: eslint-plugin-template
triage

**Our problem**: https://github.com/TinkoffCreditSystems/taiga-ui/pull/1116 **Our fix**: ![image](https://user-images.githubusercontent.com/12021443/146335707-3ff2422c-04ca-49cb-a504-212341f76564.png) **Solution**: I think it would be cool if the linter checks things like this so that developers don't accidentally specify readonly. ```JSON { "rules":...

package: eslint-plugin
triage

**Description and reproduction of the issue** ```ts @Component({ styleUrls: ['./money.style.less'], selector: 'money', changeDetection: ChangeDetectionStrategy.OnPush, templateUrl: './money.template.html', }) ``` It would be really cool if we could sort the keys automatically...

package: eslint-plugin
triage

```JSON { "rules": { "@angular-eslint/sort-ngmodule-metadata-arrays": "error" } } ``` After run with `--fix` didn't work for my cases: ```ts // ... @NgModule({ imports: [ CommonModule, DeepPathPipeModule, DefaultValuePipeModule, DragDropModule, MatIconModule, MergeCssClassesPipeModule,...

bug
package: eslint-plugin-template

After upgrade my project to Angular 10. ``` WARNING in my-project depends on 'js-big-decimal'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies ```

enhancement
help wanted

1. Add tslint.json 2. Add travis CI 3. Add codecoverage 4. Add contributing.md+ precommit hooks 5. Add changelog generator

enhancement
help wanted

https://github.com/ngxs-labs/data/issues/636

bug

## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our guidelines: https://github.com/ngxs/store/blob/master/CONTRIBUTING.md#commit - [ ] Tests for the changes have...

comp: @angular-ru/eslint-config-enterprise
comp: @angular-ru/cdk