2018-02-05 17:12:47 +02:00
|
|
|
{
|
2018-03-15 21:00:19 +02:00
|
|
|
"libs": ["ecmascript", "browser"],
|
2018-02-05 17:12:47 +02:00
|
|
|
"plugins": {
|
|
|
|
"doc_comment": true,
|
|
|
|
"local-scope": true,
|
|
|
|
"jsx": true,
|
|
|
|
"node": true,
|
|
|
|
"webpack": {
|
2018-03-15 21:00:19 +02:00
|
|
|
"configPath":
|
|
|
|
"../../node_modules/joyent-react-scripts/src/webpack.config.dev.js"
|
2018-02-05 17:12:47 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|