Skip to content

Commit 638e097

Browse files
committed
Set endOfLine in prettier to see if that fixes issue
1 parent e702a6e commit 638e097

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.prettierrc.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"printWidth": 120,
3+
"semi": false,
4+
"singleQuote": true,
5+
"bracketSpacing": false,
6+
"trailingComma": "none",
7+
"arrowParens": "avoid",
8+
"endOfLine": "auto"
9+
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"custom element"
2626
],
2727
"license": "MIT",
28-
"prettier": "@github/prettier-config",
2928
"repository": "github/image-crop-element",
3029
"devDependencies": {
3130
"@github/prettier-config": "0.0.4",

0 commit comments

Comments
 (0)