website-2018/node_modules/gmail-send/.jshintrc
2018-08-20 18:40:21 -04:00

27 lines
433 B
Plaintext

{
"node": true,
"esnext": true,
"bitwise": true,
"camelcase": false,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"white": true,
"-W013": true,
"-W116": true,
"predef": [
]
}