npx eslint "src/*"
Выдаются ошибки:
...\src\App.css
1:0 error Parsing error: Declaration or statement expected
...\src\App.test.tsx
5:1 error 'test' is not defined no-undef
8:5 error 'expect' is not defined no-undef
...\src\index.css
1:5 error Parsing error: ';' expected
Как их устранить?
https://pastebin.com/uvq6b2ET
Так это eslint линтит и говорит что у тебя там две переменных не объявлены и что ты точку с запятой заблы
Где? body { margin: 0; font-family: 'Roboto'; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; }
Все 3 файла стандартные из cra получены
eslint не линтит css без плагинов
Какой плагин для css?
Поищите
Обсуждают сегодня