refactor: fix linting for empty modules.
This commit is contained in:
parent
24cd81a1bd
commit
275580f4ac
@ -1,2 +0,0 @@
|
||||
// Empty module for browserify.
|
||||
exports.unsupported = true;
|
||||
@ -1,2 +1,3 @@
|
||||
// Empty module for browserify.
|
||||
'use strict';
|
||||
|
||||
exports.unsupported = true;
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
// Empty module for browserify.
|
||||
'use strict';
|
||||
|
||||
exports.unsupported = true;
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
// Empty module for browserify.
|
||||
'use strict';
|
||||
|
||||
exports.unsupported = true;
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
// Empty module for browserify.
|
||||
'use strict';
|
||||
|
||||
exports.unsupported = true;
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
// Empty module for browserify.
|
||||
'use strict';
|
||||
|
||||
exports.unsupported = true;
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
// Empty module for browserify.
|
||||
'use strict';
|
||||
|
||||
exports.unsupported = true;
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
// Empty module for browserify.
|
||||
'use strict';
|
||||
|
||||
exports.unsupported = true;
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
// Empty module for browserify.
|
||||
'use strict';
|
||||
|
||||
exports.unsupported = true;
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
// Empty module for browserify.
|
||||
'use strict';
|
||||
|
||||
exports.unsupported = true;
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
// Empty module for browserify.
|
||||
'use strict';
|
||||
|
||||
exports.unsupported = true;
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
// Empty module for browserify.
|
||||
'use strict';
|
||||
|
||||
exports.unsupported = true;
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
// Empty module for browserify.
|
||||
'use strict';
|
||||
|
||||
exports.unsupported = true;
|
||||
|
||||
@ -14,10 +14,8 @@ module.exports = {
|
||||
filename: '[name].js'
|
||||
},
|
||||
resolve: {
|
||||
descriptionFiles: ['package.json'],
|
||||
modules: ['node_modules'],
|
||||
extensions: ['-browser.js', '.js', '.json'],
|
||||
aliasFields: ['browser']
|
||||
extensions: ['-browser.js', '.js', '.json']
|
||||
},
|
||||
module: {
|
||||
rules: [{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user