mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Suffix lint rule and fixes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
const fs = require('node:fs');
|
||||
const _ = require('lodash');
|
||||
const { execSync } = require('node:child_process');
|
||||
const { isAdhoc } = require('../ts/util/version.js');
|
||||
const { isAdhoc } = require('../ts/util/version.std.js');
|
||||
const { default: packageJson, version } = require('./packageJson.js');
|
||||
|
||||
// You might be wondering why this file is necessary. It comes down to our desire to allow
|
||||
|
||||
Reference in New Issue
Block a user