Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Fixing Linting Issues regarding config.json #656

Merged
merged 3 commits into from
Jan 27, 2020
Merged

Fixing Linting Issues regarding config.json #656

merged 3 commits into from
Jan 27, 2020

Conversation

lelouchB
Copy link
Contributor

In three files namely graph.jsx, ### utils.js, and ### NimbledroidApiHandler.js

The code written was

import SETTINGS from '../config';

It is obviously correct but during linting, it generates an error which makes linting operation fails, because of no extension in config
linting

Fixed this issue across all three files

import SETTINGS from '../config.json';

Copy link
Contributor

@klahnakoski klahnakoski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thank you!

@klahnakoski klahnakoski merged commit 8af8ed5 into mozilla-frontend-infra:master Jan 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants