From 6df28de64f12ea90b341b219229a47c8a25c9343 Mon Sep 17 00:00:00 2001 From: Lion - dapplion <35266934+dapplion@users.noreply.github.com> Date: Fri, 8 Apr 2022 21:13:38 +0200 Subject: [PATCH] Remove requirement to prefix interface with I (#3900) --- .eslintrc.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 598b424469c5..81dc7d72b212 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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: [