Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Apr 5, 2023
1 parent a6e4a7b commit adffc58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/validate.spec.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/* eslint-env mocha */
'use strict'

const path = require('path')

const eslint = require('eslint')

const eslintrc = require('..')
const path = require('path')

describe('validate', () => {
let expect
Expand Down

0 comments on commit adffc58

Please sign in to comment.