-
Notifications
You must be signed in to change notification settings - Fork 211
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: use @vis.gl/dev-tools #2229
Conversation
2cfbbcf
to
f3fbfdf
Compare
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.
Nice cleanup!
|
||
lint: { | ||
paths: ['modules', 'docs', 'test'], // 'examples'], module resolution errors | ||
paths: ['modules', 'test'], // 'docs', 'examples'], module resolution errors |
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.
I thought we had markdown linter?
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.
We do, but it was not used as .md
was not listed in extensions
. We can enable it in another PR it will likely result in a bunch of prettier changes.
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.
Sounds good. We probably need to add mdx
as well
"test-fast": "ocular-test fast", | ||
"test-browser": "ocular-test browser", | ||
"test-browser-headless": "ocular-test browser-headless | tap-spec", | ||
"test-fast": "ocular-lint && ocular-test node", |
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.
Why keep this one? Not really useful at this stage, and with latest Puppeteer / Chromium browser tests are blazing fast.
Change List