24 lines
318 B
JSON
24 lines
318 B
JSON
{
|
|
"libs": [
|
|
"ecma5",
|
|
"ecma6",
|
|
"browser",
|
|
"jquery",
|
|
"react",
|
|
"node"
|
|
],
|
|
"plugins": {
|
|
"node": {},
|
|
"es_modules": {},
|
|
"doc_comment": {
|
|
"fullDocs": true,
|
|
"strong": true
|
|
}
|
|
},
|
|
"ecmaVersion": 6,
|
|
"env": {
|
|
"browser": true,
|
|
"node": true
|
|
}
|
|
}
|