Skip to content

Commit 897b68d

Browse files
committed
disable eslint flow rules
1 parent 2f0ca52 commit 897b68d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/common/src/passwordSignupFields.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable flowtype/no-types-missing-file-annotation */
12
export const EMAIL_ONLY = 'EMAIL_ONLY';
23
export const USERNAME_AND_EMAIL = 'USERNAME_AND_EMAIL';
34
export const USERNAME_AND_OPTIONAL_EMAIL = 'USERNAME_AND_OPTIONAL_EMAIL';

packages/server/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* eslint-disable import/no-named-as-default */
2+
/* eslint-disable flowtype/no-types-missing-file-annotation */
23
import Accounts, { AccountsServer } from './AccountsServer';
34
import * as encryption from './encryption';
45
import type { DBInterface } from './DBInterface';

0 commit comments

Comments
 (0)