diff --git a/.eslintrc.js b/.eslintrc.js index 0a48936..143a364 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,10 +1,4 @@ module.exports = { - extends: [ - '@metahub/eslint-config/es6-config', - '@metahub/eslint-config/node-config', - '@metahub/eslint-config/promise-config', - '@metahub/eslint-config/ava-config', - '@metahub/eslint-config/prettier-config', - ], + extends: ['pretty/es6', 'pretty/node', 'pretty/promise', 'pretty/ava', 'pretty/prettier'], parserOptions: {sourceType: 'module'}, }; diff --git a/package.json b/package.json index cd03997..15c1608 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,8 @@ "@commitlint/cli": "^3.1.3", "@commitlint/config-angular": "^3.1.1", "@commitlint/core": "^3.1.3", - "@metahub/eslint-config": "^1.6.1", "ava": "^0.22.0", "babel-cli": "^6.26.0", - "babel-eslint": "^7.2.3", "babel-preset-env": "^1.6.0", "codecov": "^2.3.0", "commitizen": "^2.9.6", @@ -31,6 +29,7 @@ "emoji-regex": "^6.5.1", "eslint": "^4.5.0", "eslint-config-prettier": "^2.3.0", + "eslint-config-pretty": "^2.0.2", "eslint-plugin-ava": "^4.2.1", "eslint-plugin-babel": "^4.1.2", "eslint-plugin-eslint-comments": "^1.0.3",