Skip to content

Commit

Permalink
style: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
JaKXz committed Feb 20, 2017
1 parent 3140eb0 commit 4d4d233
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

var assign = require('object-assign');
var td = require('testdouble');

var StyleLintPlugin = require('../');

var pack = require('./helpers/pack');
var webpack = require('./helpers/webpack');
var baseConfig = require('./helpers/base-config');

var configFilePath = getPath('./.stylelintrc');
var errorMessage = require('../lib/constants').errorMessage;

Expand Down

0 comments on commit 4d4d233

Please sign in to comment.