mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/js: format code to ESLint
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
const nprogress = require('nprogress');
|
||||
|
||||
let nesting = 0;
|
||||
@ -20,5 +22,5 @@ function done() {
|
||||
|
||||
module.exports = {
|
||||
start: start,
|
||||
done: done,
|
||||
done: done,
|
||||
};
|
||||
|
Reference in New Issue
Block a user