github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/libs/sockjs-client-1.1.0/.eslintrc (about) 1 { 2 "env": { 3 "node": true, 4 "browser": true 5 }, 6 "rules": { 7 "consistent-this": [2, "self"], 8 "quotes": [1, "single", "avoid-escape"], 9 "no-space-before-semi": [0], 10 "no-underscore-dangle": [0], 11 "no-mixed-requires": [0] 12 }, 13 "globals": { 14 "describe": true, 15 "before": true, 16 "it": true, 17 "after": true 18 } 19 }