{ "node": true, // Allow use of node.js globals. "loopfunc": true, // Allow functions to be defined within loops. "proto": true, // Allow use of `__proto__`. "trailing": true, // Do not leave trailing whitespace. "white": true, // Enable scrict whitespace checking. "indent": 2 // The code uses an indentation width of 2 spaces. }