tarifa
Version:
Your friendly toolchain for mobile app development on top of Apache Cordova
22 lines (21 loc) • 456 B
Plain Text
{
"rules": {
"strict": 0,
"no-process-exit": 0,
"curly": 0,
"no-mixed-requires": 0,
"indent": [2, 4],
"quotes": [2, "single"],
"linebreak-style": [2, "windows"],
"semi": [2, "always"],
"camelcase": 0,
"new-cap": 0,
"no-new-require": 0,
"no-underscore-dangle": 0
},
"env": {
"browser": false,
"node": true
},
"globals": {}
}