Skip to content

Commit

Permalink
Fix new required import order
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed Jun 27, 2019
1 parent bc67d42 commit d6832d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/index.js
Expand Up @@ -2,12 +2,12 @@

'use strict';

const plugin = require('..');

const assert = require('assert');
const fs = require('fs');
const path = require('path');

const plugin = require('..');

const ruleFiles = fs.readdirSync(path.resolve(__dirname, '../lib/rules/'))
.map(f => path.basename(f, '.js'));

Expand Down

0 comments on commit d6832d6

Please sign in to comment.