diff --git a/.eslintrc.yml b/.eslintrc.yml index 27ea516..7fe9686 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -1 +1 @@ -extends: 'seegno' +extends: seegno diff --git a/package.json b/package.json index ea44af7..6e55ce2 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,6 @@ }, "devDependencies": { "babel-cli": "6.14.0", - "babel-eslint": "6.0.3", "babel-plugin-add-module-exports": "0.2.1", "babel-plugin-array-includes": "2.0.3", "babel-plugin-transform-runtime": "6.12.0", @@ -52,10 +51,8 @@ "babel-register": "6.14.0", "bookshelf": "0.9.1", "coveralls": "2.11.9", - "eslint": "2.8.0", - "eslint-config-seegno": "4.0.0", - "eslint-plugin-babel": "3.2.0", - "eslint-plugin-sort-class-members": "1.0.1", + "eslint": "3.4.0", + "eslint-config-seegno": "6.0.0", "isparta": "4.0.0", "knex": "0.9.0", "mocha": "2.2.5",