error for I prefixed interface names

Summary: {gif:kosnw403}

Reviewed By: mweststrate

Differential Revision: D33845782

fbshipit-source-id: 2b9bd70e3b2d930e8f4cd8fe7976ac76f43b2496
This commit is contained in:
Anton Kastritskiy
2022-01-31 05:33:49 -08:00
committed by Facebook GitHub Bot
parent a0368a8bbf
commit 75f874a5dd
5 changed files with 98 additions and 1 deletions

View File

@@ -145,6 +145,7 @@ module.exports = {
'flipper/no-electron-remote-imports': [1],
'flipper/no-console-error-without-context': [2],
'flipper/no-ts-file-extension': 1,
'flipper/no-i-prefix-interfaces': 2,
'communist-spelling/communist-spelling': [1, {allow: ['cancelled']}],
// promise rules, see https://github.com/xjamundx/eslint-plugin-promise for details on each of them