Skip to content

Commit

Permalink
chore: incorrect comment location
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Mar 13, 2024
1 parent e78451c commit 5c9fec5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/utils.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import path from 'path'

// warms up the module cache. this import takes a while (>500ms)

import { TSESLint } from '@typescript-eslint/utils'
import eslintPkg from 'eslint/package.json'
import semver from 'semver'
import typescriptPkg from 'typescript/package.json'

import type { PluginSettings, RuleContext } from '../src/types'

// warms up the module cache. this import takes a while (>500ms)
import '@babel/eslint-parser'

export const parsers = {
Expand Down

0 comments on commit 5c9fec5

Please sign in to comment.