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/sails-redis/.eslintrc
{
  //   ╔═╗╔═╗╦  ╦╔╗╔╔╦╗┬─┐┌─┐
  //   ║╣ ╚═╗║  ║║║║ ║ ├┬┘│
  //  o╚═╝╚═╝╩═╝╩╝╚╝ ╩ ┴└─└─┘
  // A set of basic conventions designed to complement the .jshintrc file.
  // For the master copy of this file, see the `.eslintrc` template file in
  // the `sails-generate` package (https://www.npmjs.com/package/sails-generate.)
  "env": {
    "node": true,
    "mocha": true
  },
  "rules": {
    "callback-return":              [2, ["callback", "cb", "next", "done", "proceed"]],
    "comma-style":                  [2, "last"],
    "curly":                        [2],
    "eqeqeq":                       [1, "smart"],
    "eol-last":                     [2],
    "handle-callback-err":          [2],
    "indent":                       [2, 2, {"SwitchCase": 1}],
    "linebreak-style":              [2, "unix"],
    "no-mixed-spaces-and-tabs":     [2, "smart-tabs"],
    "no-return-assign":             [2, "always"],
    "no-sequences":                 [2],
    "no-trailing-spaces":           [2],
    "no-undef":                     [2],
    "no-unexpected-multiline":      [1],
    "no-unused-vars":               [2],
    "one-var":                      [2, "never"],
    "semi":                         [1, "always"]
  }
}