-
Notifications
You must be signed in to change notification settings - Fork 10
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
lint,deps: move ESLint config to a separate package #302
Conversation
Move ESLint configuration to a separate package (`eslint-config-metarhia`). Also, bump ESLint to 4.6.1 (from 4.6.0) because that's what's specified in that package's peerDependencies.
Failures (https://ci.appveyor.com/project/metarhia/jstp/build/140, https://ci.appveyor.com/project/metarhia/jstp/build/141) on Windows due to unsuccessful installation of |
Also, how about converting YAML to JSON in ESLint configs? I've done that in a number of other repos, and JSON looks pretty good with small configs, while being kinda more native than YAML in JS ecosystem. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I will not be against it now that the config is small. |
@nechaido @lundibundi updated, PTAL |
Move ESLint configuration to a separate package (`eslint-config-metarhia`). Also, bump ESLint to 4.6.1 (from 4.6.0) because that's what's specified in that package's peerDependencies. PR-URL: #302 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Dmytro Nechai <nechaido@gmail.com> Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
Landed in 79154c9. |
Move ESLint configuration to a separate package (`eslint-config-metarhia`). Also, bump ESLint to 4.6.1 (from 4.6.0) because that's what's specified in that package's peerDependencies. PR-URL: #302 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Dmytro Nechai <nechaido@gmail.com> Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
Move ESLint configuration to a separate package (`eslint-config-metarhia`). Also, bump ESLint to 4.6.1 (from 4.6.0) because that's what's specified in that package's peerDependencies. PR-URL: #302 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Dmytro Nechai <nechaido@gmail.com> Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
Move ESLint configuration to a separate package (`eslint-config-metarhia`). Also, bump ESLint to 4.6.1 (from 4.6.0) because that's what's specified in that package's peerDependencies. PR-URL: metarhia/jstp#302 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Dmytro Nechai <nechaido@gmail.com> Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
Move ESLint configuration to a separate package (`eslint-config-metarhia`). Also, bump ESLint to 4.6.1 (from 4.6.0) because that's what's specified in that package's peerDependencies. PR-URL: metarhia/jstp#302 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Dmytro Nechai <nechaido@gmail.com> Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
Move ESLint configuration to a separate package (`eslint-config-metarhia`). Also, bump ESLint to 4.6.1 (from 4.6.0) because that's what's specified in that package's peerDependencies. PR-URL: metarhia/jstp#302 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Dmytro Nechai <nechaido@gmail.com> Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
Move ESLint configuration to a separate package
(
eslint-config-metarhia
). Also, bump ESLint to 4.6.1 (from 4.6.0)because that's what's specified in that package's peerDependencies.