Skip to content

Commit ed1772a

Browse files
committed
fixes lint
1 parent 2bba4aa commit ed1772a

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

package-lock.json

+6-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"only-multiline"
5050
],
5151
"newline-after-var": "off",
52+
"padding-line-between-statements": "off",
5253
"no-param-reassign": "off",
5354
"require-jsdoc": "off",
5455
"strict": [

src/handlers.js

+1
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ exports.addDefaults = /** @type Parser */ parser => {
183183
return { matchIndex: title.indexOf(matches[0]) };
184184
}
185185
}
186+
return null;
186187
});
187188

188189
// adds single season info if its there's only single season

test/volume.js

-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ describe("Parsing volume", () => {
4646

4747

4848
});
49-

0 commit comments

Comments
 (0)