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.
22 lines
361 B
Plaintext
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
|
|
}
|
|
}
|