{ "rules":{ "no-underscore-dangle":0, "strict": [2, "global"], "indent":[ 2, 2 ], "quotes":[ 2, "single" ], "linebreak-style":[ 2, "unix" ], "semi":[ 2, "always" ] }, "env":{ "node":true, "browser":true, "mocha":true } }