Skip to content

Commit

Permalink
🔧 Move to new @dkundel/eslint-config-{js/ts}
Browse files Browse the repository at this point in the history
  • Loading branch information
dkundel committed Mar 31, 2018
1 parent af25b3a commit 8453664
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 35 deletions.
6 changes: 1 addition & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"extends": [
"@dkundel",
"@dkundel/eslint-config/typescript",
"@dkundel/eslint-config/jest"
]
"extends": ["@dkundel/js", "@dkundel/ts", "@dkundel/js/jest"]
}
58 changes: 39 additions & 19 deletions package-lock.json

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

14 changes: 3 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,16 @@
"test": "jest"
},
"devDependencies": {
"@dkundel/eslint-config": "^1.0.0",
"@dkundel/eslint-config-js": "^2.0.0",
"@dkundel/eslint-config-ts": "^2.0.0",
"@types/jest": "^19.2.3",
"all-contributors-cli": "^4.11.1",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-typescript": "^1.0.2",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jest": "^21.15.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-typescript": "^0.10.0",
"jest": "^20.0.4",
"npm-run-all": "^4.0.2",
"prettier": "^1.11.1",
"ts-jest": "^20.0.3",
"typescript": "^2.7.2",
"typescript-eslint-parser": "^14.0.0"
"typescript": "^2.7.2"
},
"jest": {
"transform": {
Expand Down

0 comments on commit 8453664

Please sign in to comment.