Skip to content

Commit 569dae2

Browse files
committed
Style: eslint fix
1 parent f1e5e56 commit 569dae2

10 files changed

+10
-10
lines changed

lib/config/includeConfig.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use strict';
1+
22

33
const rcs = require('rcs-core');
44
const path = require('path');

lib/mapping/generateMapping.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use strict';
1+
22

33
const _ = require('lodash');
44
const rcs = require('rcs-core');

lib/mapping/generateMappingSync.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use strict';
1+
22

33
const _ = require('lodash');
44
const rcs = require('rcs-core');

lib/mapping/loadMapping.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use strict';
1+
22

33
const _ = require('lodash');
44
const rcs = require('rcs-core');

lib/process/process.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use strict';
1+
22

33
const _ = require('lodash');
44
const fs = require('fs');

lib/process/processSync.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use strict';
1+
22

33
const _ = require('lodash');
44
const fs = require('fs');

lib/processCss/processCss.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use strict';
1+
22

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

lib/processCss/processCssSync.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use strict';
1+
22

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

lib/processJs/processJs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use strict';
1+
22

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

lib/processJs/processJsSync.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use strict';
1+
22

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

0 commit comments

Comments
 (0)