-
Sylvain Arreckx authoredSylvain Arreckx authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.jshintrc 351 B
{
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 4,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"white": true
}