Skip to content

Commit

Permalink
meta: prepare internal script files for lint rune hardening (#3760)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed May 23, 2022
1 parent b8e1f9c commit bf1489e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/update-contributors.mjs
@@ -1,7 +1,9 @@
#!/usr/bin/env node

import { spawn } from 'node:child_process'
import { Buffer } from 'node:buffer'
import fs from 'node:fs/promises'
import process from 'node:process'

const README_FILE_NAME = new URL('../README.md', import.meta.url)

Expand Down
1 change: 1 addition & 0 deletions private/locale-pack/test.mjs
@@ -1,5 +1,6 @@
/* eslint-disable no-console, prefer-arrow-callback */
import path from 'node:path'
import process from 'node:process'
import fs from 'node:fs'
import { fileURLToPath } from 'node:url'

Expand Down
1 change: 1 addition & 0 deletions private/release/updateChangelogs.js
Expand Up @@ -2,6 +2,7 @@

import { createReadStream, promises as fs } from 'node:fs'
import { createInterface } from 'node:readline'
import { Buffer } from 'node:buffer'
import process from 'node:process'

const ROOT = new URL('../../', import.meta.url)
Expand Down

0 comments on commit bf1489e

Please sign in to comment.