-
Notifications
You must be signed in to change notification settings - Fork 84
feat: Add eslint from apify-core, add AGENTS.md #351
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
Conversation
MQ37
left a comment
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.
Cool, thank you 👍 Pre-approving but I found one major issue with the contributing buidelines and a few minor ones so please address them before merging.
| ``` | ||
|
|
||
| * **`type` vs `interface`:** | ||
| * Prefer `type` for flexibility. |
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.
important: This statement conflicts with this eslint rule that actually forbids the type:
@typescript-eslint/consistent-type-definitions
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.
Good point, I removed the eslint rule
Co-authored-by: Jakub Kopecký <themq37@gmail.com>
…to feat/eslint-config-from-core
I used rules from mainly from
apify-core(I also checkedcrawlee)