Skip to content

Commit

Permalink
chore(eslint): Use eslint-config-pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Aug 29, 2017
1 parent 5a135b3 commit 984b5a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -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'},
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"@commitlint/cli": "^3.1.3",
"@commitlint/config-angular": "^3.1.1",
"@metahub/cz-conventional-commit": "^2.0.0",
"@metahub/eslint-config": "^1.6.1",
"ava": "^0.22.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
Expand All @@ -31,6 +30,7 @@
"emoji-regex": "^6.5.1",
"eslint": "^4.5.0",
"eslint-config-prettier": "^2.3.0",
"eslint-config-pretty": "^2.0.1",
"eslint-plugin-ava": "^4.2.1",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-eslint-comments": "^1.0.3",
Expand Down

0 comments on commit 984b5a6

Please sign in to comment.