Skip to content

Commit

Permalink
style: disable max-params warning for lib/plugins/normalize.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Jul 10, 2018
1 parent f93eeb7 commit 09348f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/plugins/normalize.js
Expand Up @@ -5,6 +5,8 @@ const getError = require('../get-error');
const {extractErrors} = require('../utils');
const PLUGINS_DEFINITIONS = require('../definitions/plugins');

/* eslint max-params: ["error", 5] */

module.exports = (pluginType, pluginsPath, globalOpts, pluginOpts, logger) => {
if (!pluginOpts) {
return noop;
Expand Down

0 comments on commit 09348f1

Please sign in to comment.