Skip to content

Commit abf3e44

Browse files
author
Lakshmikanta Patra
committed
fix: npm package not loading all files
1 parent 5c01184 commit abf3e44

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.changeset/clever-cats-hammer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@frontendfixer/eslint-config-react': patch
3+
---
4+
5+
all file are not build to final npm package

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@
2424
"license": "MIT",
2525
"files": [
2626
"index.js",
27-
"typescript.js"
27+
"typescript.js",
28+
"./rules/base.rules.js",
29+
"./rules/typescript.rules.js",
30+
"./.prettierrc",
31+
"./.prettierignore",
32+
"./tsconfig.json"
2833
],
2934
"main": "index.js",
3035
"eslintConfig": {

0 commit comments

Comments
 (0)