Skip to content

Commit 6ab8b8a

Browse files
committed
chore: rules: add-readme-to-homepage: rm "\n"
1 parent ef072c2 commit 6ab8b8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rules/add-readme-to-homepage/lib/add-readme-to-homepage.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export const fix = ({homepage}) => {
1414
export const traverse = ({push}) => ({
1515
[__json]: (path) => {
1616
const __object = path.get('arguments.0');
17-
1817
const {homepagePath} = getProperties(__object, ['homepage']);
1918

2019
if (!homepagePath)

0 commit comments

Comments
 (0)