diff --git a/lib/dictionaries/jscs/disallowUnusedParams.js b/lib/dictionaries/jscs/disallowUnusedParams.js new file mode 100644 index 0000000..35c0f42 --- /dev/null +++ b/lib/dictionaries/jscs/disallowUnusedParams.js @@ -0,0 +1,14 @@ +/** +* @fileoverview Translation for `disallowUnusedParams` (JSCS) to ESLint +* @author Breno Lima de Freitas +* @copyright 2016 Breno Lima de Freitas. All rights reserved. +* See LICENSE file in root directory for full license. +*/ + +'use strict' + +//------------------------------------------------------------------------------ +// Rule Translation Definition +//------------------------------------------------------------------------------ + +module.exports = 'no-unused-vars';