Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta: prepare internal script files for lint rule hardening #3760

Merged
merged 1 commit into from
May 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bin/update-contributors.mjs
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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