Skip to content

Commit

Permalink
Fix linter issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcgrtz committed Apr 10, 2023
1 parent f3bfe0c commit cd7b09a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion index.cjs
@@ -1,6 +1,5 @@
const path = require('node:path');
const process = require('node:process');

const pico = require('picocolors');
const logSymbols = require('log-symbols');
const plur = require('plur');
Expand Down
2 changes: 0 additions & 2 deletions tests/index.test.js
Expand Up @@ -2,9 +2,7 @@ import process from 'node:process';
import test from 'ava';
import stripAnsi from 'strip-ansi';
import ansiEscapes from 'ansi-escapes';

import m from '../index.js';

import defaultFixture from './fixtures/default.js';
import deprecationsFixture from './fixtures/deprecations.js';
import invalidOptionsFixture from './fixtures/invalid-options.js';
Expand Down

0 comments on commit cd7b09a

Please sign in to comment.