UNPKG

@masterofbob777/grunt-config

Version:

A grunt config for js and ts, for use in all projects I work on.

12 lines (11 loc) 194 B
{ "arrowParens": "always", "singleQuote": false, "tabWidth": 4, "trailingComma": "es5", "semi": true, "bracketSpacing": true, "printWidth": 100, "useTabs": true, "endOfLine": "lf" }