Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cancel zoom refactoring #1

Merged
merged 9 commits into from
Mar 20, 2024
Merged

cancel zoom refactoring #1

merged 9 commits into from
Mar 20, 2024

Conversation

Ginger-nomad
Copy link
Collaborator

No description provided.

.eslintrc.json Outdated
"promise"
],
"rules": {
"react/jsx-closing-bracket-location": "off",

Choose a reason for hiding this comment

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

У тебя же онли джиес. Правила для jsx тут вообще лишние.

.eslintrc.json Outdated
},
"extends": [
"umbrellio",
"plugin:promise/recommended"

Choose a reason for hiding this comment

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

А у тебя есть промисы?

@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "Cancelling auto zoom on mobile devices",
"main": "cancelAutoZoomInput.js",
"prepublishOnly": "yarn build",

Choose a reason for hiding this comment

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

А где сам билд?

Choose a reason for hiding this comment

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

И запуск еслинта

package.json Outdated
"eslint-config-umbrellio": "^5.0.1"
},
"dependencies": {
"eslint": "^8.57.0"

Choose a reason for hiding this comment

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

Можно разобраться и сделать джобу на линт

Choose a reason for hiding this comment

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

Не хватает пустой строчки в конце

"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-promise": "^6.1.1",

Choose a reason for hiding this comment

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

Это точно нужно?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

а линтер ругался если я пробовал без этого запускать

@@ -3,15 +3,26 @@ name: deploy
on:

Choose a reason for hiding this comment

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

не, это у тебя джоба для паблиша во время релиза. А тебе нужно отдельная джоба для линта, которая будет запускаться на ПР и коммитах. Это отдельно нужно делать в отдельном файле я б даже сделал

@elenik72
Copy link

У тебя падает джоба из-за несовместимости нод версии

@Ginger-nomad Ginger-nomad merged commit e97cdec into master Mar 20, 2024
2 checks passed
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