Skip to content

Commit

Permalink
Remove requirement to prefix interface with I (#3900)
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion authored Apr 8, 2022
1 parent 4311180 commit 6df28de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ module.exports = {
//classes and types must be in PascalCase
{selector: ["typeLike", "enum"], format: ["PascalCase"]},
{selector: "enumMember", format: null},
//interface must start with I
{selector: "interface", format: ["PascalCase"], prefix: ["I"]},
//ignore rule for quoted stuff
{
selector: [
Expand Down

0 comments on commit 6df28de

Please sign in to comment.