Skip to content

Lessonnext eslint tests#2

Open
rinna32 wants to merge 22 commits into
mainfrom
lessonnext-eslint-tests
Open

Lessonnext eslint tests#2
rinna32 wants to merge 22 commits into
mainfrom
lessonnext-eslint-tests

Conversation

@rinna32
Copy link
Copy Markdown
Owner

@rinna32 rinna32 commented Sep 18, 2025

добавлены тесты

Comment thread .gitignore Outdated
@@ -0,0 +1 @@
coverage
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

и node_modules

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а зачем по два раза?

Comment thread eslint.config.mjs Outdated
import { defineConfig } from "eslint/config";

export default defineConfig([
{ files: ["**/*.{js,mjs,cjs}"], plugins: { js }, extends: ["js/recommended"], languageOptions: { globals: globals.browser } },
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а эти файлы линтером обрабатывались?

Comment thread package.json Outdated
Comment on lines +19 to +30
"acorn": "^8.15.0",
"acorn-jsx": "^5.3.2",
"ajv": "^6.12.6",
"ansi-styles": "^4.3.0",
"argparse": "^2.0.1",
"balanced-match": "^1.0.2",
"brace-expansion": "^1.1.12",
"callsites": "^3.1.0",
"chalk": "^4.1.2",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"concat-map": "^0.0.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

это все нужно? ты этим всем пользуешься?

готова пояснить за каждую зависимость?

Comment thread package.json
"@testing-library/jest-dom": "^6.8.0",
"babel-jest": "^30.2.0",
"eslint": "^9.35.0",
"globals": "^16.4.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

для чего нужен этот пакет?

Comment thread package.json Outdated
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

для чего нужен этот пакет?

Comment thread package.json Outdated
Comment on lines +27 to +39
"acorn": "^8.15.0",
"acorn-jsx": "^5.3.2",
"ajv": "^6.12.6",
"ansi-styles": "^4.3.0",
"argparse": "^2.0.1",
"balanced-match": "^1.0.2",
"brace-expansion": "^1.1.12",
"callsites": "^3.1.0",
"chalk": "^4.1.2",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"concat-map": "^0.0.1",
"cross-spawn": "^7.0.6"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

для чего нужны эти пакеты?

@vvscode
Copy link
Copy Markdown

vvscode commented Sep 29, 2025

для чего нужен сабмодуль?

Comment thread .gitignore Outdated
@@ -0,0 +1,3 @@
/
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а это что за строка?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants