Example 15503
Linter Config
Code linter rule configuration.
{
parser: "espree"
env: "node"
indent: 2
semicolons: false
quotes: "single"
# Formatting
max_line_length: 100
trailing_comma: "es5"
no_unused_vars: true # error
no_console: false # warn
}