Example 3603

Linter Config

Code linter rule configuration.

{
parser: "babel"
env: "browser"
indent: 4
semicolons: true
quotes: "double"

# Formatting
max_line_length: 80
trailing_comma: "es5"
no_unused_vars: true # error
no_console: false # warn
}

See also