Example 3405

Linter Config

Code linter rule configuration.

{
parser: "babel"
env: "node"
indent: 2
semicolons: false
quotes: "single"

# Formatting
max_line_length: 100
trailing_comma: "all"
no_unused_vars: true # error
no_console: false # warn
}

See also