Skip to content

Commit

Permalink
Remove requirement to prefix interface with I
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Apr 8, 2022
1 parent 4311180 commit 2c85678
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 2c85678

Please sign in to comment.