16 lines
189 B
Plaintext
16 lines
189 B
Plaintext
|
{
|
||
|
"ecmaVersion": 7,
|
||
|
"libs": [
|
||
|
"browser"
|
||
|
],
|
||
|
"dontLoad": [
|
||
|
"node_modules/**"
|
||
|
],
|
||
|
"plugins": {
|
||
|
"doc_comment": {
|
||
|
"fullDocs": true,
|
||
|
"strong": true
|
||
|
}
|
||
|
}
|
||
|
}
|