Skip to content

Instantly share code, notes, and snippets.

{
// Whether the scan should stop on first error.
"passfail": false,
// Maximum errors before stopping.
"maxerr": 100,
// Predefined globals
// Whether the standard browser globals should be predefined.
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
[*]
# Change these settings to your own preference