Skip to content

Commit

Permalink
fix: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
madbence committed Oct 7, 2020
1 parent 9aad36a commit 901295d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const rules = require('./rule-loader');
const Reporter = require('./reporter');

const createReporter = (rule, config, reporter) => {
const isError = config.rules[rule] && config.rules[rule] === 'error';
Expand Down

0 comments on commit 901295d

Please sign in to comment.