Example 6216

Linter Config

Code linter rule configuration.

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

# Formatting
max_line_length: 120
trailing_comma: "none"
no_unused_vars: true # error
no_console: true # warn
}

See also