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

9 lines
206 B
JSON
Raw Normal View History

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