makerparty/.jshintrc

21 строка
325 B
Plaintext

{
"globals": {
"module": false,
"console": false
},
"bitwise": true,
"browser": true,
"curly": true,
"eqeqeq": true,
"freeze": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noempty": true,
"quotmark": "single",
"trailing": true,
"undef": true,
"unused": "vars"
}