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: metarhia/jstp#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 2d17aaa commit 0c987bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 186 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.

0 comments on commit 0c987bc

Please sign in to comment.