-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create ci.yaml #91
Create ci.yaml #91
Conversation
This reverts commit 8f7ea21.
I love lint |
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.
Is it an issue that the linter is linting our svgs? Might not matter but probably not hard to ignore them either
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.
Not sure that it is, I cleaned this up myself because I tried importing it using the same standard as everything else (ECMAScript vs CommonJS / Import vs Require) and with import having different rules, I had to remove some properties.
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.
React itself was tossing build errors on this matter
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.
Linter only enforced the usage of ECMAScript vs CommonJS
No description provided.