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