conventional-changelog-action/node_modules/add-stream/.jshintrc

26 lines
402 B
Plaintext

{
"node": true,
"bitwise": false,
"camelcase": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"immed": true,
"indent": 4,
"latedef": "nofunc",
"newcap": true,
"noarg": true,
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"globals": {
"describe": false,
"it": false,
"beforeEach": false,
"afterEach": false
}
}