Skip to content

Commit c14bcac

Browse files
fix: exclude docs/ directory from eslint-plugin package (#11251)
* chore: exclude docs/ directory in the eslint-plugin package * chore: exclude `docs/rules/README.md` in the eslint-plugin package --------- Co-authored-by: Kirk Waiblinger <[email protected]>
1 parent 9d46857 commit c14bcac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/eslint-plugin/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
"files": [
66
"dist",
77
"!*.tsbuildinfo",
8-
"docs",
98
"index.d.ts",
109
"raw-plugin.d.ts",
1110
"rules.d.ts",
1211
"package.json",
13-
"README.md",
12+
"./README.md",
1413
"LICENSE"
1514
],
1615
"type": "commonjs",

0 commit comments

Comments
 (0)