mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
feat: add prettier to repo root
This commit is contained in:
9
js/.gitignore
vendored
9
js/.gitignore
vendored
@@ -1,9 +0,0 @@
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
|
||||
node_modules
|
768
js/.yarn/releases/yarn-3.1.0.cjs
vendored
768
js/.yarn/releases/yarn-3.1.0.cjs
vendored
File diff suppressed because one or more lines are too long
@@ -1,2 +1,2 @@
|
||||
yarnPath: .yarn/releases/yarn-3.1.0.cjs
|
||||
yarnPath: ../.yarn/releases/yarn-3.1.1.cjs
|
||||
nodeLinker: node-modules
|
||||
|
@@ -47,5 +47,5 @@
|
||||
"check-typings": "tsc --noEmit --emitDeclarationOnly false",
|
||||
"check-typings-coverage": "typescript-coverage-report"
|
||||
},
|
||||
"packageManager": "yarn@3.1.0"
|
||||
"packageManager": "yarn@3.1.1"
|
||||
}
|
||||
|
Reference in New Issue
Block a user