Skip to content

Commit

Permalink
NFR/FEC-14012: Use .prettierrc from coommon npm lib
Browse files Browse the repository at this point in the history
  • Loading branch information
MosheMaorKaltura committed Jun 20, 2024
1 parent 16e2d47 commit 1be378d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
{
"printWidth": 200,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"proseWrap": "preserve"
}
"extends": "node_modules/playkit-prettier-config/prettier.config"
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
},
"dependencies": {
"js-logger": "^1.6.0",
"playkit-prettier-config": "^1.0.0",
"ua-parser-js": "^1.0.36"
},
"devDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4590,6 +4590,11 @@ pkg-dir@^7.0.0:
dependencies:
find-up "^6.3.0"

playkit-prettier-config@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/playkit-prettier-config/-/playkit-prettier-config-1.0.0.tgz#40e9cf5fd682630592c51550090e7c93c016d5c3"
integrity sha512-agFAmiaclryRyvLqQ5Wn5i7u99fsCNP53baYk2U0ALrWSzBN8iuh5ol2pT2pfZV/HG+DocC3RqFehWHTRgEhgw==

postcss-modules-extract-imports@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz#cda1f047c0ae80c97dbe28c3e76a43b88025741d"
Expand Down

0 comments on commit 1be378d

Please sign in to comment.