Skip to content

Commit

Permalink
Style: eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JPeer264 committed Jun 14, 2018
1 parent f1e5e56 commit 569dae2
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/config/includeConfig.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';


const rcs = require('rcs-core');
const path = require('path');
Expand Down
2 changes: 1 addition & 1 deletion lib/mapping/generateMapping.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';


const _ = require('lodash');
const rcs = require('rcs-core');
Expand Down
2 changes: 1 addition & 1 deletion lib/mapping/generateMappingSync.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';


const _ = require('lodash');
const rcs = require('rcs-core');
Expand Down
2 changes: 1 addition & 1 deletion lib/mapping/loadMapping.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';


const _ = require('lodash');
const rcs = require('rcs-core');
Expand Down
2 changes: 1 addition & 1 deletion lib/process/process.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';


const _ = require('lodash');
const fs = require('fs');
Expand Down
2 changes: 1 addition & 1 deletion lib/process/processSync.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';


const _ = require('lodash');
const fs = require('fs');
Expand Down
2 changes: 1 addition & 1 deletion lib/processCss/processCss.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';


const rcsProcess = require('../process/process');

Expand Down
2 changes: 1 addition & 1 deletion lib/processCss/processCssSync.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';


const processSync = require('../process/processSync');

Expand Down
2 changes: 1 addition & 1 deletion lib/processJs/processJs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';


const rcsProcess = require('../process/process');

Expand Down
2 changes: 1 addition & 1 deletion lib/processJs/processJsSync.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';


const processSync = require('../process/processSync');

Expand Down

0 comments on commit 569dae2

Please sign in to comment.