{ "env": { "node": true }, "rules": { "brace-style": 2, "func-style": [2, "declaration"], "guard-for-in": 2, "no-floating-decimal": 2, "no-nested-ternary": 2, "no-underscore-dangle": 0, "quotes": [2, "single"], "radix": 2, "valid-jsdoc": 2, "wrap-iife": 2 } }