diff --git a/package.json b/package.json index 42c4909..bc45db8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thesis-co/eslint-config", - "version": "0.1.0", + "version": "0.2.0", "description": "ESLint TypeScript shareable config for Thesis wide projects", "main": "index.js", "repository": "git@github.com:thesis/eslint-config.git", @@ -14,9 +14,9 @@ "test": "eslint . --no-fix" }, "dependencies": { + "@thesis-co/prettier-config": "github:thesis/prettier-config", "@typescript-eslint/eslint-plugin": "^4.32.0", "@typescript-eslint/parser": "^4.32.0", - "@thesis-co/prettier-config": "github:thesis/prettier-config", "eslint-config-airbnb": "^18.2.1", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-airbnb-typescript": "^14.0.0",