Skip to content

Commit

Permalink
fix: remove unused rule
Browse files Browse the repository at this point in the history
  • Loading branch information
dotconnor committed May 21, 2020
1 parent 711975a commit 60718f5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions typescript-react.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,4 @@ const react = {
},
};

react.rules["@typescript-eslint/naming-convention"].push({
selector: "function",
format: ["camelCase", "PascalCase"],
});

react.rules["@typescript-eslint/naming-convention"][2].format.push(
"PascalCase"
);

module.exports = react;

0 comments on commit 60718f5

Please sign in to comment.