Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Feb 19, 2024
1 parent 3211489 commit d90d69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/filename-case.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function getFilenameParts(filenameWithExtension, {multipleFileExtensions}) {
const [firstPart] = filename.split('.');
Object.assign(parts, {
filename: firstPart,
middle: filename.slice(firstPart.length)
middle: filename.slice(firstPart.length),
});
}

Expand Down

0 comments on commit d90d69f

Please sign in to comment.