Files
openlayers/tasks/.jshintrc
Tim Schaub 75fcec15ec Simplify plugin
The augmentExamples just adds metadata to the example markup files.  If we also want to support example markdown files, we can use the metalsmith-markdown plugin before this one.
2015-04-06 11:13:32 -06:00

22 lines
361 B
Plaintext

{
"curly": true,
"eqeqeq": true,
"indent": 2,
"latedef": true,
"newcap": true,
"nonew": true,
"quotmark": "single",
"undef": true,
"trailing": true,
"maxlen": 80,
"globals": {
"Buffer": false,
"__dirname": false,
"exports": true,
"module": false,
"process": false,
"require": false,
"setImmediate": false
}
}