Example 2503

Linter Config

Code linter rule configuration.

{
parser: "typescript"
env: "browser"
indent: 4
semicolons: true
quotes: "single"

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

See also