Skip to content

Commit

Permalink
Resolves #37
Browse files Browse the repository at this point in the history
  • Loading branch information
brenolf committed Apr 26, 2016
1 parent 11f2912 commit c3d4078
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lib/dictionaries/jscs/disallowUnusedParams.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/**
* @fileoverview Translation for `disallowUnusedParams` (JSCS) to ESLint
* @author Breno Lima de Freitas <https://breno.io>
* @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';

0 comments on commit c3d4078

Please sign in to comment.