]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/.eslintrc.json
Fixed indentation
[friendica.git] / view / theme / frio / .eslintrc.json
1 {
2         "rules": {
3                 "no-unused-vars": ["warn", { "args": "none", "argsIgnorePattern": "req|res|next|val" }],
4                 "quotes": ["error", "double"],
5                 "indent": ["error", "tab"],
6                 "prettier/prettier": ["error"]
7         }
8 }