Skip to content

Commit

Permalink
fix(lint): satisfy linting for import order
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de committed Jul 28, 2023
1 parent 73206fa commit 10f2b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/nightly-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ const fs = require('fs');
const path = require('path');
const childProcess = require('child_process');

// pkg
const process = require('process');
const pkg = require('../package.json');

// npm
const fetch = require('node-fetch'); // eslint-disable-line import/no-extraneous-dependencies
const semver = require('semver'); // eslint-disable-line import/no-extraneous-dependencies
const actions = require('@actions/core');

const pkg = require('../package.json');

const ghBase = 'https://api.github.com';
const repoUrlPath = 'fomantic/Fomantic-UI';
const npmBase = 'https://registry.npmjs.org';
Expand Down

0 comments on commit 10f2b81

Please sign in to comment.