1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-11 18:04:44 +00:00
friendica-github/view/theme/frio/.eslintrc.json

9 lines
206 B
JSON
Raw Permalink Normal View History

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