Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

New: Add rule member-ordering #23

Merged
merged 3 commits into from
Aug 9, 2017
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ Then configure the rules you want to use under the rules section.
* `typescript/no-namespace` - disallows the use of custom TypeScript modules and namespaces.
* `typescript/prefer-namespace-keyword` - enforces the use of the keyword `namespace` over `module` to declare custom TypeScript modules.
* `typescript/no-type-literal` - disallows the use of type aliases.
* `typescript/member-ordering` - enforces a standard member declaration order.
Loading