databridge
Version:
Data bridging software to modularize, automate and schedule the transfer of data between different sources and destinations.
22 lines (21 loc) • 430 B
JavaScript
module.exports = {
"env": {
"es6": true,
"node": true,
"mocha": true
},
"extends": "eslint:recommended",
"parserOptions": {
"sourceType": "module"
},
"rules": {
"indent": "off",
"no-console": "off",
"linebreak-style": "off",
"quotes": [
"error",
"single"
],
"semi": "off"
}
};