salix/.eslintrc.yml

21 lines
389 B
YAML
Raw Normal View History

extends: [eslint:recommended, google, plugin:jasmine/recommended]
installedESLint: true
plugins:
- jasmine
env:
jasmine: true
rules:
indent: [error, 4]
require-jsdoc: 0
2017-03-07 12:01:24 +00:00
no-undef: 0
max-len: 0
eqeqeq: 0
2017-03-07 12:01:24 +00:00
operator-linebreak: 0
2017-03-07 16:11:56 +00:00
radix: 0
guard-for-in: 0
2017-05-17 19:23:47 +00:00
camelcase: 0
2017-05-18 15:35:07 +00:00
default-case: 0
2017-05-26 11:14:47 +00:00
no-eq-null: 0
2017-10-13 14:23:00 +00:00
no-console: 0
no-warning-comments: 0