Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add eslint #52

Merged
merged 3 commits into from
Jan 26, 2021
Merged

Add eslint #52

merged 3 commits into from
Jan 26, 2021

Conversation

thdk
Copy link
Contributor

@thdk thdk commented Jan 26, 2021

To avoid issues such as #9 #50 regarding file imports on case sensitive file systems (often used in CI/CD) I would recommend running eslint as part of the build process.

I didn't 'hook' it in yet, so for now it should still be run manually with npm run lint before publishing new version.

I've disabled some recommended rules so this PR can stay minimal. Once this is merge, and if required, I can fix those lint rules as well.

I've noted that eslint keeps complaing when importing from selenium webdriver which seems to be cause by an invalid value in the main field of their package.json file. I'll let them now.

@licanhua
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@licanhua licanhua merged commit d559ec3 into react-native-windows:master Jan 26, 2021
@thdk thdk deleted the chore/eslint branch January 27, 2021 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants