iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
32 lines • 770 B
Plain Text
{
"env": {
"browser": false,
"node": true,
"mocha": true,
"es6":true
},
"rules": {
"strict": [2, "never"],
"quotes": [0],
"eol-last": [0],
"no-underscore-dangle": [0],
"camelcase": [0],
"no-trailing-spaces": [0],
"key-spacing": [0],
"no-multi-spaces": [0],
"space-unary-ops": [0],
"consistent-return": [0],
"no-use-before-define": [0],
"no-console": [0],
"space-before-blocks": [1, "always"],
"space-after-keywords": [1, "always"],
"comma-spacing": [1, {"before": false, "after": true}],
"no-unused-vars": [1],
"no-mixed-spaces-and-tabs": [1],
"space-infix-ops": [2, {"int32Hint": false}],
"semi": [1, "always"]
},
"extends": "eslint:recommended",
"globals": {
}
}