mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 08:32:31 -06:00
WebUI: unify comment format
This commit is contained in:
committed by
sledgehammer999
parent
e60e96cb0e
commit
2f2e158877
@@ -53,7 +53,8 @@ export default [
|
|||||||
"allowTemplateLiterals": true
|
"allowTemplateLiterals": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Stylistic/semi": "error"
|
"Stylistic/semi": "error",
|
||||||
|
"Stylistic/spaced-comment": ["error", "always", { "exceptions": ["*"] }]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user