Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beardyman committed Jan 31, 2022
1 parent 0edc005 commit 64a9162
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

22 changes: 16 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-sparkpost",
"version": "2.1.2-0",
"version": "3.0.0",
"description": "ESLint configuration for SparkPost",
"repository": "SparkPost/eslint-config-sparkpost",
"author": "SparkPost",
Expand All @@ -26,10 +26,20 @@
"eslint-plugin-prettier": "^4.0.0"
},
"peerDependenciesMeta": {
"eslint-plugin-mocha": {"optional": true},
"@typescript-eslint/eslint-plugin": {"optional": true},
"@typescript-eslint/parser": {"optional": true},
"eslint-config-prettier": {"optional": true},
"eslint-plugin-prettier": {"optional": true}
"eslint-plugin-mocha": {
"optional": true
},
"@typescript-eslint/eslint-plugin": {
"optional": true
},
"@typescript-eslint/parser": {
"optional": true
},
"eslint-config-prettier": {
"optional": true
},
"eslint-plugin-prettier": {
"optional": true
}
}
}

0 comments on commit 64a9162

Please sign in to comment.