We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f202d commit a1357aaCopy full SHA for a1357aa
.prettierignore
@@ -0,0 +1,8 @@
1
+dist/
2
+build/
3
+node_modules/
4
+.cache/
5
+.next
6
+.vercel
7
+package*.json
8
+yarn-lock.json
package.json
@@ -1,13 +1,15 @@
{
"name": "@firstisrael/prettier-config",
- "version": "1.0.2",
- "main": "prettier.json",
+ "version": "1.1.0",
"license": "MIT",
+ "author": "FIRST Israel",
+ "main": "prettier.json",
"publishConfig": {
"access": "public"
9
},
10
"files": [
- "prettier.json"
11
+ "prettier.json",
12
+ ".prettierignore"
13
],
14
"repository": {
15
"type": "git",
0 commit comments