remark-oembed
Version:
Converts URLs surrounded by newlines into embeds that are loaded asynchronously
25 lines (24 loc) • 413 B
Plain Text
{
"bracketSpacing": true,
"jsxBracketSameLine": false,
"printWidth": 80,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"overrides": [
{
"files": [".eslintrc", ".prettierrc"],
"options": {
"parser": "json"
}
},
{
"files": ["serverless.js"],
"options": {
"printWidth": 120
}
}
]
}