mirror of
https://github.com/kalkih/mini-graph-card.git
synced 2025-12-20 00:35:56 +01:00
17 lines
319 B
YAML
Executable File
17 lines
319 B
YAML
Executable File
extends: airbnb-base
|
|
rules:
|
|
no-else-return: 0
|
|
no-underscore-dangle: 0
|
|
nonblock-statement-body-position: 0
|
|
curly: 0
|
|
no-return-assign: 0
|
|
consistent-return: 0
|
|
no-mixed-operators: 0
|
|
class-methods-use-this: 0
|
|
no-nested-ternary: 0
|
|
camelcase: 0
|
|
globals:
|
|
window: true
|
|
Event: true
|
|
customElements: true
|