Example 4509

Linter Config

Code linter rule configuration.

{
parser: "espree"
env: "es2024"
indent: 4
semicolons: true
quotes: "single"

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

See also