Skip to content

Commit 875cb63

Browse files
Fix package.json path
1 parent 07a59b4 commit 875cb63

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

eslint.testconfig.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,10 @@ const config = [
5656
}
5757
},
5858
{
59-
"files": ["package.json"],
59+
"files": ["**/package.json"],
6060
"rules": {
61-
"depend/ban-dependencies": ["error", {"allowed": ["moment", "eslint-plugin-import"]}],
62-
"package-json/order-properties": "off",
63-
"package-json/require-author": "error",
64-
"package-json/require-keywords": "error"
61+
"depend/ban-dependencies": ["error", {"allowed": ["moment"]}],
62+
"package-json/order-properties": "off"
6563
}
6664
}
6765
];

0 commit comments

Comments
 (0)