Example 13717
Linter Config
Code linter rule configuration.
{
parser: "espree"
env: "browser"
indent: 2
semicolons: false
quotes: "double"
# Formatting
max_line_length: 120
trailing_comma: "all"
no_unused_vars: true # error
no_console: true # warn
}