15 lines
259 B
JSON
15 lines
259 B
JSON
{
|
|
"libs": [
|
|
"ecmascript",
|
|
"browser"
|
|
],
|
|
"plugins": {
|
|
"doc_comment": true,
|
|
"local-scope": true,
|
|
"jsx": true,
|
|
"node": true,
|
|
"webpack": {
|
|
"configPath": "./node_modules/react-scripts/config/webpack.config.dev.js"
|
|
}
|
|
}
|
|
} |