Sha256: ef844da5a90e7761c2655dfeb4c98c603bcd0ebb3adc1d1e67d03f0545556bdc

Contents?: true

Size: 968 Bytes

Versions: 19

Compression:

Stored size: 968 Bytes

Contents

---
root: true

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

19 entries across 19 versions & 1 rubygems

Version Path
bastion-6.1.23 eslint.yaml
bastion-6.1.22 eslint.yaml
bastion-6.1.21 eslint.yaml
bastion-6.1.20 eslint.yaml
bastion-6.1.19 eslint.yaml
bastion-6.1.18 eslint.yaml
bastion-6.1.17 eslint.yaml
bastion-6.1.16 eslint.yaml
bastion-6.1.15 eslint.yaml
bastion-6.1.14 eslint.yaml
bastion-6.1.13 eslint.yaml
bastion-6.1.12 eslint.yaml
bastion-6.1.11 eslint.yaml
bastion-6.1.10 eslint.yaml
bastion-6.1.9 eslint.yaml
bastion-6.1.8 eslint.yaml
bastion-6.1.7 eslint.yaml
bastion-6.1.6 eslint.yaml
bastion-6.1.5 eslint.yaml