Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 25, 2019
1 parent e30eafa commit 8dd43e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/create-ava-rule.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import test from 'ava';
import avaRuleTester from 'eslint-ava-rule-tester';
import {visitIf} from 'enhance-visitors';
import createAvaRule from '../create-ava-rule';

const rule = {
Expand All @@ -19,7 +18,7 @@ const rule = {

const ruleTester = avaRuleTester(test, {
env: {
es6: true,
es6: true
},
parserOptions: {
sourceType: 'module'
Expand Down

0 comments on commit 8dd43e6

Please sign in to comment.