chore: add lint instructions to readme
This commit is contained in:
parent
560bf2be6c
commit
749c5eae1b
|
@ -7,6 +7,7 @@ os:
|
||||||
- linux
|
- linux
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
- DBUS_SESSION_BUS_ADDRESS=/dev/null
|
||||||
- DISPLAY=:99.0
|
- DISPLAY=:99.0
|
||||||
- CHROME_BIN=chromium-browser
|
- CHROME_BIN=chromium-browser
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
@ -96,6 +96,9 @@ Look at the scripts in `package.json` for other options.
|
||||||
Also, open any `plunkr.no-link.html` to see the code execute in plunker
|
Also, open any `plunkr.no-link.html` to see the code execute in plunker
|
||||||
(you may have to run `gulp build-plunkers` first to create/update).
|
(you may have to run `gulp build-plunkers` first to create/update).
|
||||||
|
|
||||||
|
You may want to check that your example is free of lint errors.
|
||||||
|
- `gulp lint`
|
||||||
|
|
||||||
### Sample end-to-end tests
|
### Sample end-to-end tests
|
||||||
|
|
||||||
All samples should be covered to some degree by end-to-end tests:
|
All samples should be covered to some degree by end-to-end tests:
|
||||||
|
|
Loading…
Reference in New Issue