@@ -43,11 +43,11 @@ const plugins = [
4343 // Shim ESLint stuff that's only relevant for Node.js
4444 new webpack . NormalModuleReplacementPlugin (
4545 / c l i - e n g i n e / ,
46- 'node-libs-browser/mock/empty'
46+ 'node-libs-browser/mock/empty' ,
4747 ) ,
4848 new webpack . NormalModuleReplacementPlugin (
4949 / l o a d - r u l e s / ,
50- __dirname + '/src/parsers/js/transformers/eslint1/loadRulesShim.js'
50+ __dirname + '/src/parsers/js/transformers/eslint1/loadRulesShim.js' ,
5151 ) ,
5252
5353 // There seems to be a problem with webpack loading an index.js file that
@@ -60,15 +60,15 @@ const plugins = [
6060 if ( / c s s - t r e e / . test ( module . context ) ) {
6161 module . request += '/index.js' ;
6262 }
63- }
63+ } ,
6464 ) ,
6565
6666 // More shims
6767
6868 // Doesn't look like jest-validate is useful in our case (prettier uses it)
6969 new webpack . NormalModuleReplacementPlugin (
7070 / j e s t - v a l i d a t e / ,
71- __dirname + '/src/shims/jest-validate.js'
71+ __dirname + '/src/shims/jest-validate.js' ,
7272 ) ,
7373
7474 // Hack to disable Webpack dynamic requires in ESLint, so we don't end up
@@ -94,7 +94,7 @@ const plugins = [
9494 new webpack . ProgressPlugin ( {
9595 modules : false ,
9696 activeModules : false ,
97- profile : false
97+ profile : false ,
9898 } ) ,
9999] ;
100100
@@ -270,5 +270,5 @@ module.exports = Object.assign({
270270 {
271271 devtool : 'eval' ,
272272 } :
273- { }
273+ { } ,
274274) ;
0 commit comments