Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
feat(rules): enable filename-convention
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatyang committed Jul 29, 2017
1 parent 5239174 commit 31940e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,5 +321,11 @@ export = {
'parameter-properties': [true, 'leading'],
'prefer-const-enum': true,
'prefer-while': true,

// tslint-plugin-ikatyang
'filename-convention': [
true,
{ namingStyle: 'kebab-case', allowSuffixes: ['.test'] },
],
},
};

0 comments on commit 31940e0

Please sign in to comment.