friendica/view/theme/frio/.eslintrc.json

9 lines
206 B
JSON

{
"rules": {
"no-unused-vars": ["warn", { "args": "none", "argsIgnorePattern": "req|res|next|val" }],
"quotes": ["error", "double"],
"indent": ["error", "tab"],
"prettier/prettier": ["error"]
}
}