Skip to content

Commit

Permalink
lint,deps: move ESLint config to separate package
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
aqrln committed Sep 8, 2017
1 parent 55b68b0 commit 79154c9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 194 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "metarhia"
}
186 changes: 0 additions & 186 deletions .eslintrc.yml

This file was deleted.

20 changes: 13 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.6.0",
"eslint": "^4.6.1",
"eslint-config-metarhia": "^1.0.0",
"eslint-plugin-import": "^2.7.0",
"gitbook": "^3.2.3",
"gitbook-commander": "^1.1.2",
Expand Down

0 comments on commit 79154c9

Please sign in to comment.