We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c01184 commit abf3e44Copy full SHA for abf3e44
.changeset/clever-cats-hammer.md
@@ -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
@@ -24,7 +24,12 @@
24
"license": "MIT",
25
"files": [
26
"index.js",
27
- "typescript.js"
+ "typescript.js",
28
+ "./rules/base.rules.js",
29
+ "./rules/typescript.rules.js",
30
+ "./.prettierrc",
31
+ "./.prettierignore",
32
+ "./tsconfig.json"
33
],
34
"main": "index.js",
35
"eslintConfig": {
0 commit comments