avmaisak/ngx-bootstrap-icons

fix linter erros

Closed this issue · 4 comments

fix linter erros

Thanks should I report which errors I have to disable?

/* eslint-disable @typescript-eslint/explicit-member-accessibility */
/* eslint-disable @typescript-eslint/naming-convention */

Theres one problem that I fixed by editing .editorconfig, vs code was changing my single quotes to double, this makes it stay single, I added:

[*.ts]
quote_type = single

[*.js]
quote_type = single