2017-03-07 11:37:59 +00:00
|
|
|
extends: google
|
|
|
|
installedESLint: true
|
|
|
|
rules:
|
|
|
|
indent: [error, 4]
|
|
|
|
require-jsdoc: 0
|
2017-03-07 12:01:24 +00:00
|
|
|
no-undef: 0
|
2017-03-07 11:37:59 +00:00
|
|
|
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
|