Sha256: 2794ba0824247e231a8dc7fcc23e543bd84dfcc9d84eaaeebaf004e8914dd62c

Contents?: true

Size: 956 Bytes

Versions: 52

Compression:

Stored size: 956 Bytes

Contents

---
plugins:
  - angular

env:
  browser: true
  node: true

globals:
  angular: true
  _: true
  $: true
  BASTION_MODULES: true

rules:
  strict: 0
  quotes: 0
  camelcase: 2
  indent: 2
  new-cap:
    - 2
    - {"newIsCap": true, "capIsNew": false}
  no-mixed-spaces-and-tabs: 2
  no-multiple-empty-lines: 2
  no-trailing-spaces: 2
  space-after-function-name: 2
  space-after-keywords: 2
  space-before-blocks: 2
  space-infix-ops: 2
  brace-style: 2
  semi: 2
  block-scoped-var: 2
  consistent-return: 2
  curly: 2
  eqeqeq: 2
  guard-for-in: 2
  no-else-return: 2
  no-loop-func: 2
  vars-on-top: 2
  no-debugger: 2
  no-cond-assign: 2
  no-console: 2
  no-extra-semi: 2
  no-irregular-whitespace: 2
  dot-notation:
    - 2
    - {"allowPattern": "^[a-z]+(_[a-z]+)+$"}

  # Angular Plugin Rules
  angular:
    ng_angularelement: 2
    ng_directive_name:
      - 2
      - bst
    ng_empty_controller: 2
    ng_module_name:
      - 2
      - Bastion

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
bastion-6.1.4 eslint.yaml
bastion-6.1.3 eslint.yaml
bastion-6.1.2 eslint.yaml
bastion-5.1.1 eslint.yaml
bastion-6.1.1 eslint.yaml
bastion-6.1.0 eslint.yaml
bastion-6.0.0 eslint.yaml
bastion-5.1.0 eslint.yaml
bastion-5.0.10 eslint.yaml
bastion-5.0.9 eslint.yaml
bastion-5.0.8 eslint.yaml
bastion-5.0.7 eslint.yaml
bastion-5.0.6 eslint.yaml
bastion-5.0.5 eslint.yaml
bastion-5.0.4 eslint.yaml
bastion-5.0.3 eslint.yaml
bastion-5.0.2 eslint.yaml
bastion-5.0.1 eslint.yaml
bastion-5.0.0 eslint.yaml
bastion-4.3.1 eslint.yaml