17 lines
No EOL
273 B
YAML
17 lines
No EOL
273 B
YAML
extends:
|
|
- airbnb
|
|
- prettier
|
|
- plugin:node/recommended
|
|
|
|
plugins:
|
|
- prettier
|
|
|
|
rules:
|
|
prettier/prettier: error
|
|
no-unused-vars: warn
|
|
no-console: off
|
|
func-names: off
|
|
no-process-exit: off
|
|
object-shorthand: off
|
|
class-methods-use-this: off
|
|
semi: [2, never] |