HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/rest/node_modules/skipper/.jshintrc
{
  // To fix column positions for JSHint errors you may want to add `"indent": 1` to your
  // **User** "jshint_options". This issue affects users with tabs for indentation.
  // This fix was reverted due to a conflict with using the `"white": true` option.
  // "indent": 1,
  "evil": true,
  "regexdash": true,
  "browser": true,
  "wsh": true,
  "sub": true,

  // Suppress warnings about mixed tabs and spaces
  "smarttabs": true,

  // Suppress warnings about trailing whitespace
  "trailing": false,

  // Suppress warnings about the use of expressions where fn calls or assignments are expected
  "expr": true,

  // Suppress warnings about using functions inside loops (useful for inifinityCounters)
  "loopfunc": true,

  // Suppress warnings about using assignments where conditionals are expected
  "boss": true,

  // Suppress warnings about "weird constructions"
  // i.e. allow code like:
  //  (new (function OneTimeUsePrototype () { } ))
  "supernew": true,
  
  // Allow backwards, node-dependency-style commas
  "laxcomma": true

  // "bitwise": true,
  // "camelcase": true,
  // "node": true,
  // "undef": true,
  // "unused": true,
  // "curly": true,
  // "immed": true,
  // "latedef": true,
  // "noarg": true,
  // "noempty": true,
  // "plusplus": true,
  // "quotmark": "single",
  // "trailing": true,
  // "asi": false,
  // "eqnull": true,
  // "eval": true,
  // "sub": true,
  // "supernew": true,
  // "eqeqeq": true,
  // "eqnull": true
}