disable spell check in uri bar #16

Merged
akinwale merged 1 commit from uri-bar-spellcheck into master 2019-08-13 05:55:42 +02:00
akinwale commented 2019-08-13 03:01:26 +02:00 (Migrated from github.com)
No description provided.
kauffj (Migrated from github.com) reviewed 2019-08-13 03:01:26 +02:00
neb-b (Migrated from github.com) reviewed 2019-08-13 03:56:30 +02:00
@ -5,3 +5,3 @@
import { navigateToUri } from 'utils/helper';
import Constants from 'constants';
import Constants from 'constants'; // eslint-disable-line node/no-deprecated-api
import UriBarItem from './internal/uri-bar-item';
neb-b (Migrated from github.com) commented 2019-08-13 03:56:29 +02:00

Seems weird you would need this

Seems weird you would need this
neb-b (Migrated from github.com) approved these changes 2019-08-13 03:56:33 +02:00
akinwale (Migrated from github.com) reviewed 2019-08-13 05:55:35 +02:00
@ -5,3 +5,3 @@
import { navigateToUri } from 'utils/helper';
import Constants from 'constants';
import Constants from 'constants'; // eslint-disable-line node/no-deprecated-api
import UriBarItem from './internal/uri-bar-item';
akinwale (Migrated from github.com) commented 2019-08-13 05:55:34 +02:00

It's one of the default eslint rules. It doesn't seem to detect that I have my own constants file.

It's one of the default eslint rules. It doesn't seem to detect that I have my own constants file.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-react-native#16
No description provided.