-
Notifications
You must be signed in to change notification settings - Fork 4
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
#185 into [email protected] 🧊 add new eslint #186
base: [email protected]
Are you sure you want to change the base?
Conversation
"express-urlrewrite": "^2.0.2", | ||
"flat": "^5.0.2", | ||
"graphql": "^16.8.1", | ||
"graphql": "^16.9.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
У пакета graphql в package.json в свойстве engines.node написано "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
- это самое строгое свойство из всех пакетов которые мы используем. А нам, чтобы мы корректно работали, надо также указать самое строгое свойство в нашем engines.node, т.е. взять то свойство, которые у пакета graphql
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Я поставил сразу 14, что думаешь ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
В папке bin/templates остался eslint config старого формата
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
кстати я совсем забыл про template для flat нужно будет добавить
No description provided.