doc/markdownlint-rules-grav-pages/.eslintrc
2024-03-02 04:33:13 +01:00

10 lines
No EOL
213 B
Text

{
"extends": "airbnb-base",
"rules": {
"no-empty": ["error", { "allowEmptyCatch": true }],
"prefer-rest-params": "off",
"prefer-spread": "off",
"strict": "off",
"indent": ["error", 4]
}
}