Example 5709

Linter Config

Code linter rule configuration.

{
parser: "babel"
env: "es2024"
indent: 2
semicolons: false
quotes: "double"

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

See also