1
0
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:
David Wheatley
2021-12-24 14:03:11 +01:00
parent dc661bf144
commit 9d4790c053
8 changed files with 221 additions and 161 deletions

9
js/.gitignore vendored
View File

@@ -1,9 +0,0 @@
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
node_modules

File diff suppressed because one or more lines are too long

View File

@@ -1,2 +1,2 @@
yarnPath: .yarn/releases/yarn-3.1.0.cjs
yarnPath: ../.yarn/releases/yarn-3.1.1.cjs
nodeLinker: node-modules

View File

@@ -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"
}