python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
eslint can't find OnInit from "@angular/core"
this gives an error:
import { Component, OnInit, Input, ViewChild, ElementRef } from "@angular/core";
OnInit not found in '@angular/core'eslintimport/named
The code obviously works, so ma...

Shining Love Star
Votes: 0
Answers: 1
Eslint - File ignored because of a matching ignore pattern
when I run eslint package/**/*.ts **/*.ts
get this warning:
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/home/njfamirm/One/package/util/...
amirmohsss
Votes: 0
Answers: 1