Skip to content

Commit

Permalink
chore: remove prettier + fix config missing key
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Jan 16, 2024
1 parent 60f3956 commit 98aae67
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 39 deletions.
Empty file removed .gitmodules
Empty file.
12 changes: 0 additions & 12 deletions .prettierrc

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,10 @@
"patch-package": "^7.0.0",
"postcss": "^8.4.24",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.8.8",
"reg-suit": "^0.12.1",
"sass": "^1.63.4",
"sass-loader": "^13.3.2",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^4.7.0",
"tailwindcss": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion stylelint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
extends: ['stylelint-config-standard', 'stylelint-config-prettier'],
extends: ['stylelint-config-standard'],
// add your custom config here
// https://stylelint.io/user-guide/configuration
plugins: ['stylelint-scss'],
Expand Down
1 change: 1 addition & 0 deletions vidos-config-empty.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"MAPILLARY_ACCESS_TOKEN": "MLY|5609419529131330|36d86a5578fecba521c1ffe033bda2fc",
"COOKIES_CONSENT": null,
"COOKIES_LINK": null,
"GOOGLE_SITE_VERIFICATION": null,
"GOOGLE_TAG_MANAGER_ID": null,
"MATOMO_URL": null,
"MATOMO_SITEID": null,
Expand Down
3 changes: 2 additions & 1 deletion vidos.config.sample.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { VidosConfig } from '~/utils/types-config'
import type { VidosConfig } from '~/utils/types-config'

const configDefault = {
API_SEARCH: 'https://search-dev.teritorio.xyz/search',
Expand All @@ -11,6 +11,7 @@ const configDefault = {
MAPILLARY_ACCESS_TOKEN: null,
COOKIES_CONSENT: null,
COOKIES_LINK: null,
GOOGLE_SITE_VERIFICATION: null,
GOOGLE_TAG_MANAGER_ID: null,
MATOMO_URL: null,
MATOMO_SITEID: null,
Expand Down
23 changes: 0 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3097,12 +3097,10 @@ __metadata:
pinia-shared-state: ^0.4.2
postcss: ^8.4.24
postinstall-postinstall: ^2.1.0
prettier: ^2.8.8
reg-suit: ^0.12.1
sass: ^1.63.4
sass-loader: ^13.3.2
stylelint: ^13.13.1
stylelint-config-prettier: ^9.0.5
stylelint-config-standard: ^20.0.0
stylelint-scss: ^4.7.0
tailwindcss: ^3.3.2
Expand Down Expand Up @@ -14297,15 +14295,6 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^2.8.8":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
bin:
prettier: bin-prettier.js
checksum: a2afc2fea5326d1e3667e385652f4f82ebb3467a79fd893ad237e683a65ad865ecf108658cfc296cc1224ce5862340417a4eddea2174917d3b4bc732e3e83501
languageName: node
linkType: hard

"pretty-bytes@npm:^5.6.0":
version: 5.6.0
resolution: "pretty-bytes@npm:5.6.0"
Expand Down Expand Up @@ -16133,18 +16122,6 @@ __metadata:
languageName: node
linkType: hard

"stylelint-config-prettier@npm:^9.0.5":
version: 9.0.5
resolution: "stylelint-config-prettier@npm:9.0.5"
peerDependencies:
stylelint: ">= 11.x < 15"
bin:
stylelint-config-prettier: bin/check.js
stylelint-config-prettier-check: bin/check.js
checksum: 5a4bb6f994534ce3bce3cbe9657ade18afb084c372a93e32a24f7c04e73d4fe2dc313aca1ae0515039b49f2fd8d083a85ce109210bf3d633ffc4cd7c6e1e069a
languageName: node
linkType: hard

"stylelint-config-recommended@npm:^3.0.0":
version: 3.0.0
resolution: "stylelint-config-recommended@npm:3.0.0"
Expand Down

0 comments on commit 98aae67

Please sign in to comment.