mirror of
https://github.com/SukkaW/Surge.git
synced 2026-09-12 18:44:36 +08:00
Housekeeping & Make ESLint Happy
This commit is contained in:
@@ -35,7 +35,8 @@ export const buildDeprecateFiles = task(require.main === module, __filename)((sp
|
||||
|
||||
appendArrayInPlace(promises, REMOVED_FOLDERS.map(folder => fsp.rm(path.join(PUBLIC_DIR, folder), { force: true, recursive: true })));
|
||||
|
||||
for (const [filePath, description] of DEPRECATED_FILES) {
|
||||
for (let i = 0, len = DEPRECATED_FILES.length; i < len; i++) {
|
||||
const [filePath, description] = DEPRECATED_FILES[i];
|
||||
const content = [
|
||||
'#########################################',
|
||||
'# Sukka\'s Ruleset - Deprecated',
|
||||
|
||||
Reference in New Issue
Block a user