joyent-portal/packages/my-joy-instances/.tern-project

14 lines
264 B
Plaintext
Raw Normal View History

2018-02-05 17:12:47 +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": {
"configPath":
"../../node_modules/joyent-react-scripts/src/webpack.config.dev.js"
2018-02-05 17:12:47 +02:00
}
}
}