Skip to content

Commit 64a9162

Browse files
author
beardyman
committed
3.0.0
1 parent 0edc005 commit 64a9162

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-sparkpost",
3-
"version": "2.1.2-0",
3+
"version": "3.0.0",
44
"description": "ESLint configuration for SparkPost",
55
"repository": "SparkPost/eslint-config-sparkpost",
66
"author": "SparkPost",
@@ -26,10 +26,20 @@
2626
"eslint-plugin-prettier": "^4.0.0"
2727
},
2828
"peerDependenciesMeta": {
29-
"eslint-plugin-mocha": {"optional": true},
30-
"@typescript-eslint/eslint-plugin": {"optional": true},
31-
"@typescript-eslint/parser": {"optional": true},
32-
"eslint-config-prettier": {"optional": true},
33-
"eslint-plugin-prettier": {"optional": true}
29+
"eslint-plugin-mocha": {
30+
"optional": true
31+
},
32+
"@typescript-eslint/eslint-plugin": {
33+
"optional": true
34+
},
35+
"@typescript-eslint/parser": {
36+
"optional": true
37+
},
38+
"eslint-config-prettier": {
39+
"optional": true
40+
},
41+
"eslint-plugin-prettier": {
42+
"optional": true
43+
}
3444
}
3545
}

0 commit comments

Comments
 (0)