Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • ccac673a8a5c595cd54860b1bd8ee53b5b714e92
  • master default protected
  • MON-2693-new-menu
  • php7-migration
  • poc-redis
  • security-fix-virtual-metrics-sql
  • security-fix-reporting
  • security-fix-menu-username
  • security-fix-export-graph
  • security-fix-metrics-injection
  • security-fix-virtual-metrics
  • security-fix-curves-templates
  • security-fix-command-form
  • security-fix-administration-logs
  • clapi_filter
  • MON2733-C2_Security_fix
  • new-header-2.8.x
  • MON-2725-ldap-passwords
  • 2.8.x
  • 6073-fix-view-contact-notifications
  • MON2703-new-api-menu
  • 2.8.23
  • 2.8.22
  • 2.8.21
  • 2.8.20
  • 2.8.19
  • 2.8.18
  • 2.8.17
  • 2.8.216
  • 2.8.16
  • 2.7.13
  • 2.8.15
  • help
  • 2.8.14
  • 2.8.13
  • 2.8.12
  • 2.7.12
  • 2.8.11
  • 2.8.10
  • 2.8.10-release
  • 2.8.9
41 results

.eslintrc

Blame
  • .eslintrc 3.96 KiB
    ecmaFeatures:
      modules: true
      jsx: true
    
    env:
      amd: true
      browser: true
      es6: true
      jquery: true
      node: true
    
    # http://eslint.org/docs/rules/
    rules:
      # Possible Errors
      comma-dangle: [2, never]
      no-cond-assign: 2
      no-console: 0
      no-constant-condition: 2
      no-control-regex: 2
      no-debugger: 2
      no-dupe-args: 2
      no-dupe-keys: 2
      no-duplicate-case: 2
      no-empty: 2
      no-empty-character-class: 2
      no-ex-assign: 2
      no-extra-boolean-cast: 2
      no-extra-parens: 0
      no-extra-semi: 2
      no-func-assign: 2
      no-inner-declarations: [2, functions]
      no-invalid-regexp: 2
      no-irregular-whitespace: 2
      no-negated-in-lhs: 2
      no-obj-calls: 2
      no-regex-spaces: 2
      no-sparse-arrays: 2
      no-unexpected-multiline: 2
      no-unreachable: 2
      use-isnan: 2
      valid-jsdoc: 0
      valid-typeof: 2
     # Best Practices
      accessor-pairs: 2
      block-scoped-var: 0
      complexity: [2, 6]
      consistent-return: 0
      curly: 0
      default-case: 0
      dot-location: 0
      dot-notation: 0
      eqeqeq: 2
      guard-for-in: 2
      no-alert: 2
      no-caller: 2
      no-case-declarations: 2
      no-div-regex: 2
      no-else-return: 0
      no-empty-label: 2
      no-empty-pattern: 2
      no-eq-null: 2
      no-eval: 2
      no-extend-native: 2
      no-extra-bind: 2
      no-fallthrough: 2
      no-floating-decimal: 0
      no-implicit-coercion: 0
      no-implied-eval: 2
      no-invalid-this: 0
      no-iterator: 2