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.
endOfLine
1 parent e702a6e commit 638e097Copy full SHA for 638e097
.prettierrc.json
@@ -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
@@ -25,7 +25,6 @@
25
"custom element"
26
],
27
"license": "MIT",
28
- "prettier": "@github/prettier-config",
29
"repository": "github/image-crop-element",
30
"devDependencies": {
31
"@github/prettier-config": "0.0.4",
0 commit comments