Appearance
Code linter rule configuration. This is an example of a MAML document.
{ parser: "espree" env: "browser" indent: 4 semicolons: true quotes: "single" # Formatting max_line_length: 120 trailing_comma: "all" no_unused_vars: true # error no_console: true # warn }