forked from Leaflet/Leaflet.draw
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewriting documentation using Leafdoc, introducing Leaflet' build pro…
…cess, switching to eslint
- Loading branch information
Jon West
committed
Nov 5, 2016
1 parent
22db393
commit ad7befd
Showing
121 changed files
with
7,956 additions
and
1,046 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"rules": { | ||
"no-unused-vars": 0, | ||
"quotes": 0, | ||
"no-shadow": 0, | ||
"no-irregular-whitespace": 0, | ||
"no-console": 0, | ||
"no-extend-native": 0 | ||
}, | ||
"env": { | ||
"mocha": true | ||
}, | ||
"globals": { | ||
"expect": false, | ||
"sinon": false, | ||
"happen": false, | ||
"Hand": false, | ||
"takeScreenshot": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
- [ ] I'm reporting a bug, not asking for help | ||
- [ ] I've looked at the [documentation](http://leaflet.github.io/Leaflet.draw/dist/reference-0.4.1.html) to make sure the behaviour is documented and expected | ||
- [ ] I'm sure this is a Leaflet Draw code issue, not an issue with my own code nor with the framework I'm using (Cordova, Ionic, Angular, React…) | ||
- [ ] I've searched through the issues to make sure it's not yet reported | ||
|
||
---- | ||
|
||
## How to reproduce | ||
|
||
- Leaflet version I'm using: | ||
- Leaflet Draw version I'm using: | ||
- Browser (with version) I'm using: | ||
- OS/Platform (with version) I'm using: | ||
- step 1 | ||
- step 2 | ||
|
||
## What behaviour I'm expecting and which behaviour I'm seeing | ||
|
||
## Minimal example reproducing the issue | ||
|
||
- [ ] this example is as simple as possible | ||
- [ ] this example does not rely on any third party code | ||
|
||
Using [jsfiddle](https://jsfiddle.net/ddproxy/mvp7hgou/) or another example site. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.