Unresolved
Details
Details
Assignee
Rafał Stencel
Rafał Stencel(Deactivated)Reporter
Rafał Stencel
Rafał Stencel(Deactivated)Original estimate
4h
Time tracking
4h logged
Sprint
None
Priority
Created June 14, 2022 at 8:00 AM
Updated April 30, 2024 at 5:53 PM
Linter configuration should be updated to avoid common issues found during code reviews.
Extend ESLinter configuration with:
"eslint:recommended", "plugin:jest/recommended", "plugin:cypress/recommended"
Add the following ESLint rules:
"eol-last": ["error", "always"]
"object-curly-spacing": [2, "always"]
"object-shorthand": ["error", "always"]
Refactor existing files to make sure all rules are followed and there are no linter errors.