-
-
Notifications
You must be signed in to change notification settings - Fork 10
Convert to TypeScript #8
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
| "plugin:@typescript-eslint/eslint-recommended", | ||
| "plugin:@typescript-eslint/recommended" | ||
| ] | ||
| } |
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.
this project uses XO which is an eslint wrapper.
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.
done
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.
that's not what I mean, see
Line 51 in d5c0012
| "xo": { |
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.
sorry, still can't work. I set:
"xo": {
"extends": "xo-typescript",
"extensions": [
"ts"
],
"rules": {
"unicorn/filename-case": "off"
}
},but report: Cannot find module 'eslint-plugin-@typescript-eslint'
|
please update |
Convert to TypeScript
Closes #3