UNPKG

@byndyusoft/eslint-config

Version:
23 lines (22 loc) 374 B
{ "endOfLine": "auto", "overrides": [ { "files": ["*.json", ".prettierrc"], "options": { "parser": "json", "tabWidth": 2 } }, { "files": ["*.md"], "options": { "tabWidth": 2 } } ], "printWidth": 120, "singleQuote": true, "tabWidth": 4, "trailingComma": "none" }