mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
WebUI: unify comment format
This commit is contained in:
parent
bf4e0df386
commit
648dd9988d
7 changed files with 29 additions and 28 deletions
|
@ -53,7 +53,8 @@ export default [
|
||||||
"allowTemplateLiterals": true
|
"allowTemplateLiterals": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Stylistic/semi": "error"
|
"Stylistic/semi": "error",
|
||||||
|
"Stylistic/spaced-comment": ["error", "always", { "exceptions": ["*"] }]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue