1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{ "ecmaVersion": 7, "libs": [], "loadEagerly": [ "./src/*.js" ], "dontLoad": [ "node_modules/**" ], "plugins": { "es_modules": {}, "node": {}, "doc_comment": { "fullDocs": true, "strong": true }, "webpack": { "configPath": "./webpack.config.js", } } }