Skip to content

Commit d497bcf

Browse files
committed
,yarnrc.yml: Add prettier-ignore comment
Yarn will reformat the file as it sees fit, so having prettier edit it as well creates a constant back-and-forth of style changes.
1 parent ed67d11 commit d497bcf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.yarnrc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
nodeLinker: node-modules
22

3+
# prettier-ignore
34
packageExtensions:
4-
'@jupyterlab/settingregistry@^4':
5+
"@jupyterlab/settingregistry@^4":
56
dependencies:
67
react: ^18
7-
'@nrwl/devkit@^15':
8+
"@nrwl/devkit@^15":
89
dependencies:
910
nx: ^15
1011
postcss-cssnext@^3.1.0:

0 commit comments

Comments
 (0)