-
-
Notifications
You must be signed in to change notification settings - Fork 3.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(TS): convert file ext #8108
Conversation
This reverts commit caee27f.
Code Coverage Summary
|
it's just lint that is failing because TS |
.eslintrc.json
Outdated
], | ||
|
||
|
||
// TODO: remove the following for TS, just temporary 08/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.
these actually do a really good job
they convert whatever they can from var to let/const
I didn't commit the fixes to keep the diff clean
Code Coverage Summary
|
This reverts commit 202c6a5.
Code Coverage Summary
|
1 similar comment
Code Coverage Summary
|
Invalid 'main' field in '/home/runner/work/fabric.js/fabric.js/node_modules/fireworm/package.json' of 'fireworm.js'. Please either fix that or report it to the module author
Code Coverage Summary
|
> fabric@5.1.0 lint > npm run jslint && npm run tslint > fabric@5.1.0 jslint > eslint --config .eslintrc.json src/**/*.js Oops! Something went wrong! :( ESLint: 8.18.0 No files matching the pattern "src/**/*.js" were found. Please check for typing mistakes in the pattern. Error: Process completed with exit code 2.
Code Coverage Summary
|
Code Coverage Summary
|
Code Coverage Summary
|
Code Coverage Summary
|
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.
couldn't get lint to pass no matter what
Code Coverage Summary
|
Code Coverage Summary
|
- chore rework - added a lint rule that does nothing ( abogazzi ) Co-authored-by: Andrea Bogazzi <andreabogazzi79@gmail.com>
src
@ts-nocheck
for build to pass