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.
2 parents afe09b9 + cee0863 commit 616aa1dCopy full SHA for 616aa1d
.prettierignore
@@ -0,0 +1,2 @@
1
+index.cjs.js
2
+index.umd.js
ignore.js
@@ -3,6 +3,7 @@ const ignoredFiles = [
3
".eslintrc.js",
4
".gitignore",
5
".npmignore",
6
+ ".prettierignore",
7
"addExtensions.js",
8
"compile.js",
9
"ignore.js",
package.json
@@ -21,7 +21,7 @@
21
"prettier:fix": "npm run prettier -- --write",
22
"regenerate": "node --experimental-modules regenerate.js",
23
"rollup": "rollup -c",
24
- "test": "npm run lint && node --experimental-modules index.test.js"
+ "test": "npm run prettier:check && npm run lint && node --experimental-modules index.test.js"
25
},
26
"repository": {
27
"type": "git",
0 commit comments