Skip to content

Commit

Permalink
rename rulename.
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Sep 5, 2017
1 parent 9ac6368 commit 9bd2866
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/eslint-recommended.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module.exports = {
"linebreak-style": "off",
"lines-around-comment": "off",
"lines-around-directive": "off",
"lines-between-class-methods": "off",
"lines-between-class-members": "off",
"max-depth": "off",
"max-len": "off",
"max-lines": "off",
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Requirements
//------------------------------------------------------------------------------

const rule = require("../../../lib/rules/lines-between-class-methods");
const rule = require("../../../lib/rules/lines-between-class-members");
const RuleTester = require("../../../lib/testers/rule-tester");

//------------------------------------------------------------------------------
Expand Down

0 comments on commit 9bd2866

Please sign in to comment.