Skip to content

Commit

Permalink
fix #46
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswong committed Mar 29, 2016
1 parent caf4044 commit e0a1757
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 301 deletions.
15 changes: 8 additions & 7 deletions lib/js/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ rules:
- 2
- true
fecs-camelcase: 2
fecs-space-infix-ops: 2
fecs-dot-notation:
- 2
-
allowKeywords: true
allowPattern: "^catch$"
fecs-no-reserved-keys: 2
fecs-properties-quote:
- 2
-
Expand Down Expand Up @@ -245,6 +238,14 @@ rules:
max-params:
- 1
- 6

space-infix-ops: 2
dot-notation:
- 2
-
allowKeywords: true
allowPattern: "^catch$"

arrow-parens:
- 2
- "as-needed"
Expand Down
128 changes: 0 additions & 128 deletions lib/js/rules/dot-notation.js

This file was deleted.

54 changes: 0 additions & 54 deletions lib/js/rules/no-reserved-keys.js

This file was deleted.

109 changes: 0 additions & 109 deletions lib/js/rules/space-infix-ops.js

This file was deleted.

5 changes: 2 additions & 3 deletions lib/reporter/baidu/eslint-map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ fecs-max-statements: "103"
fecs-key-spacing: "008"
fecs-eol-last: "002"
fecs-camelcase: "025,027,028,030"
fecs-space-infix-ops: "005"
fecs-dot-notation: "097"
fecs-no-reserved-keys: "095"
fecs-properties-quote: "094,095"
fecs-no-forin-array: "100"
fecs-valid-amd-id: "124"
Expand Down Expand Up @@ -102,6 +99,8 @@ max-nested-callbacks: "997"
max-depth: "997"
max-len: "015"
max-params: "104"
space-infix-ops: "005"
dot-notation: "097"
arrow-parens: "609"
arrow-spacing: "997"
constructor-super: "999"
Expand Down

0 comments on commit e0a1757

Please sign in to comment.