Skip to content

Commit b1086a8

Browse files
committed
remove redundant rules
1 parent a83e950 commit b1086a8

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

index.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
module.exports = {
22
configs: {
33
'default': require( './configs/default' ),
4-
},
5-
rules: {
6-
'comment-before-code-block': require( './rules/comment-before-code-block' ),
7-
'first-line-function-comment': require( './rules/first-line-function-comment' ),
8-
'comment-before-return': require( './rules/comment-before-return' ),
9-
'empty-line-before-comment': require( './rules/empty-line-before-comment' ),
10-
'empty-line-before-control': require( './rules/empty-line-before-control' ),
11-
'file-first-line-doc-comment': require( './rules/file-first-line-doc-comment' ),
12-
},
4+
}
135
};

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@travelopia/eslint-plugin-wordpress-coding-standards",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"author": "Travelopia Team",
55
"license": "MIT",
66
"main": "index.js",

0 commit comments

Comments
 (0)