This website requires JavaScript.
Explore
Help
Sign In
github
/
puppeteer
Watch
0
Star
0
Fork
0
You've already forked puppeteer
mirror of
https://github.com/puppeteer/puppeteer
synced
2024-06-14 14:02:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
91cbe561ba
puppeteer
/
.eslintignore
4 lines
45 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Introduce Eslint to validate style This patch introduces eslint and fixes multiple minor code style issues.
2017-06-11 08:32:59 +00:00
third_party/*
examples/*
[doclint] Move doclint under utils/ This patch: - moves doclint under utils/ folder - adds tests to verify doclint basic functionality This patch also drops the jasmine as a spec runner for the doclint checks. It turned out it's hard to customize jasmine's behavior, so instead this patch implements a dummy spec runner. The dummy spec runner allows us: - to format messages however we want (the custom jasmine reporter would also allow us to do this) - to avoid `beforeAll` functions which pollute global to pass initialized variables over to specs References #14
2017-07-12 18:42:36 +00:00
utils/doclint/test/
Reference in New Issue
Copy Permalink