Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
74ea4fb6
You need to sign in or sign up before continuing.
Unverified
Commit
74ea4fb6
authored
Jan 14, 2025
by
Jeffrey Morgan
Committed by
GitHub
Jan 14, 2025
Browse files
remove .prettierrc.json (#8413)
parent
6982e9cc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
106 deletions
+1
-106
.prettierrc.json
.prettierrc.json
+0
-10
macapp/package-lock.json
macapp/package-lock.json
+0
-91
macapp/package.json
macapp/package.json
+1
-5
No files found.
.prettierrc.json
deleted
100644 → 0
View file @
6982e9cc
{
"trailingComma"
:
"es5"
,
"tabWidth"
:
2
,
"useTabs"
:
false
,
"semi"
:
false
,
"singleQuote"
:
true
,
"jsxSingleQuote"
:
true
,
"printWidth"
:
120
,
"arrowParens"
:
"avoid"
}
macapp/package-lock.json
View file @
74ea4fb6
...
@@ -55,8 +55,6 @@
...
@@ -55,8 +55,6 @@
"postcss-import": "^15.1.0",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^8.5.1",
"postcss-preset-env": "^8.5.1",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"style-loader": "^3.3.3",
"style-loader": "^3.3.3",
"svg-inline-loader": "^0.8.2",
"svg-inline-loader": "^0.8.2",
"tailwindcss": "^3.3.2",
"tailwindcss": "^3.3.2",
...
@@ -13248,95 +13246,6 @@
...
@@ -13248,95 +13246,6 @@
"node": ">= 0.8.0"
"node": ">= 0.8.0"
}
}
},
},
"node_modules/prettier": {
"version": "2.8.8",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
"integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
"dev": true,
"bin": {
"prettier": "bin-prettier.js"
},
"engines": {
"node": ">=10.13.0"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/prettier-plugin-tailwindcss": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.3.0.tgz",
"integrity": "sha512-009/Xqdy7UmkcTBpwlq7jsViDqXAYSOMLDrHAdTMlVZOrKfM2o9Ci7EMWTMZ7SkKBFTG04UM9F9iM2+4i6boDA==",
"dev": true,
"engines": {
"node": ">=12.17.0"
},
"peerDependencies": {
"@ianvs/prettier-plugin-sort-imports": "*",
"@prettier/plugin-pug": "*",
"@shopify/prettier-plugin-liquid": "*",
"@shufo/prettier-plugin-blade": "*",
"@trivago/prettier-plugin-sort-imports": "*",
"prettier": ">=2.2.0",
"prettier-plugin-astro": "*",
"prettier-plugin-css-order": "*",
"prettier-plugin-import-sort": "*",
"prettier-plugin-jsdoc": "*",
"prettier-plugin-marko": "*",
"prettier-plugin-organize-attributes": "*",
"prettier-plugin-organize-imports": "*",
"prettier-plugin-style-order": "*",
"prettier-plugin-svelte": "*",
"prettier-plugin-twig-melody": "*"
},
"peerDependenciesMeta": {
"@ianvs/prettier-plugin-sort-imports": {
"optional": true
},
"@prettier/plugin-pug": {
"optional": true
},
"@shopify/prettier-plugin-liquid": {
"optional": true
},
"@shufo/prettier-plugin-blade": {
"optional": true
},
"@trivago/prettier-plugin-sort-imports": {
"optional": true
},
"prettier-plugin-astro": {
"optional": true
},
"prettier-plugin-css-order": {
"optional": true
},
"prettier-plugin-import-sort": {
"optional": true
},
"prettier-plugin-jsdoc": {
"optional": true
},
"prettier-plugin-marko": {
"optional": true
},
"prettier-plugin-organize-attributes": {
"optional": true
},
"prettier-plugin-organize-imports": {
"optional": true
},
"prettier-plugin-style-order": {
"optional": true
},
"prettier-plugin-svelte": {
"optional": true
},
"prettier-plugin-twig-melody": {
"optional": true
}
}
},
"node_modules/pretty-error": {
"node_modules/pretty-error": {
"version": "4.0.0",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
"resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
...
...
macapp/package.json
View file @
74ea4fb6
...
@@ -11,9 +11,7 @@
...
@@ -11,9 +11,7 @@
"make"
:
"electron-forge make --arch universal"
,
"make"
:
"electron-forge make --arch universal"
,
"make:sign"
:
"SIGN=1 electron-forge make --arch universal"
,
"make:sign"
:
"SIGN=1 electron-forge make --arch universal"
,
"publish"
:
"SIGN=1 electron-forge publish"
,
"publish"
:
"SIGN=1 electron-forge publish"
,
"lint"
:
"eslint --ext .ts,.tsx ."
,
"lint"
:
"eslint --ext .ts,.tsx ."
"format"
:
"prettier --check . --ignore-path .gitignore"
,
"format:fix"
:
"prettier --write . --ignore-path .gitignore"
},
},
"keywords"
:
[],
"keywords"
:
[],
"author"
:
{
"author"
:
{
...
@@ -55,8 +53,6 @@
...
@@ -55,8 +53,6 @@
"postcss-import"
:
"^15.1.0"
,
"postcss-import"
:
"^15.1.0"
,
"postcss-loader"
:
"^7.3.3"
,
"postcss-loader"
:
"^7.3.3"
,
"postcss-preset-env"
:
"^8.5.1"
,
"postcss-preset-env"
:
"^8.5.1"
,
"prettier"
:
"^2.8.8"
,
"prettier-plugin-tailwindcss"
:
"^0.3.0"
,
"style-loader"
:
"^3.3.3"
,
"style-loader"
:
"^3.3.3"
,
"svg-inline-loader"
:
"^0.8.2"
,
"svg-inline-loader"
:
"^0.8.2"
,
"tailwindcss"
:
"^3.3.2"
,
"tailwindcss"
:
"^3.3.2"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment