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

Upgrade eslint and extract config #645

Merged
merged 3 commits into from
Mar 25, 2019
Merged

Upgrade eslint and extract config #645

merged 3 commits into from
Mar 25, 2019

Conversation

SleeplessByte
Copy link
Member

In a later change we should turn on airbnb-base for maintaining via a script that switches this.

In a later change, we should turn on several rules that guard against potential bugs, such as no-shadow no-undefined no-var; additionally we can add stylistic consistency without forcing style choises such as consistent spacing (but not required).

- upgrade eslint to 5.15.3
- upgrade eslint-plugin-import to 2.16.0
- correctly use the import plugin
- remove linebreak-style (fixes #502)
- use eslint:recommended (fixes #589, fixes #480)

In a later change we should turn on airbnb-base for maintaining via a script that switches this.

In a later change, we should turn on several rules that guard against potential bugs, such as `no-shadow` `no-undefined` `no-var`; additionally we can add stylistic consistency without forcing style choises such as consistent spacing (but not required).
@SleeplessByte SleeplessByte self-assigned this Mar 25, 2019
@SleeplessByte SleeplessByte added the chore 🔧 Meta related task such as build, test, linting, maintainers.json etc. label Mar 25, 2019
@tejasbubane tejasbubane merged commit b91ba55 into exercism:master Mar 25, 2019
@SleeplessByte SleeplessByte deleted the chore/eslint-for-babel-7 branch March 26, 2019 03:31
SleeplessByte added a commit that referenced this pull request Dec 16, 2020
Has been fixed since #645, but the file was still ignoring directories.
SleeplessByte added a commit that referenced this pull request Dec 16, 2020
Has been fixed since #645, but the file was still ignoring directories.
@SleeplessByte SleeplessByte mentioned this pull request Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore 🔧 Meta related task such as build, test, linting, maintainers.json etc.
Projects
None yet
2 participants