mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-03 00:05:07 +00:00
keep linter happy
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
|
/* jslint node:true */
|
||||||
|
/* global it:false */
|
||||||
|
/* global xit:false */
|
||||||
|
/* global describe:false */
|
||||||
|
/* global before:false */
|
||||||
|
/* global after:false */
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var execSync = require('child_process').execSync,
|
var execSync = require('child_process').execSync,
|
||||||
|
Reference in New Issue
Block a user