-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
chore: lint files in website/blog
directory
#13379
Conversation
@@ -180,7 +180,6 @@ module.exports = { | |||
'@typescript-eslint/no-empty-function': 'off', | |||
'@typescript-eslint/no-namespace': 'off', | |||
'@typescript-eslint/no-empty-interface': 'off', | |||
'arrow-body-style': 'off', |
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.
'plugin:prettier/recommended'
is adding this one
website/blog/2017-12-18-jest-22.md
Outdated
@@ -101,7 +102,14 @@ test('my mocking test', () => { | |||
}, | |||
], | |||
], | |||
"results": Array [ |
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.
did we have this in jest 22?
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 catch. Just looked at the code, it was not there indeed.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
For some reason currently ESLint is told to ignore file in
website/blog
directory. Hm.. Let’s lint those too? Why not? ;DTest plan
Green CI.