mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-05 19:49:27 +01:00
n/prettier.md: fix parser and link to documentation on those
This commit is contained in:
parent
e52881ba9b
commit
422fee5fb8
@ -69,11 +69,11 @@ looks like:
|
||||
{ "files": ".prettierrc", "options": { "parser": "json" } },
|
||||
{
|
||||
"files": "conf/librewolf.overrides.cfg",
|
||||
"options": { "parser": ".js" }
|
||||
"options": { "parser": "babel" }
|
||||
},
|
||||
{
|
||||
"files": "conf/autoconfig.js.online",
|
||||
"options": { "parser": ".js" }
|
||||
"options": { "parser": "babel" }
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -145,5 +145,6 @@ repos:
|
||||
## Further information
|
||||
|
||||
- [prettier docs install](https://prettier.io/docs/en/install)
|
||||
- [prettier parser options](https://github.com/prettier/prettier/blob/main/docs/options.md#parser)
|
||||
- [corepack docs](https://nodejs.org/api/corepack.html)
|
||||
- [corepack readme](https://github.com/nodejs/corepack/blob/main/README.md)
|
||||
|
Loading…
Reference in New Issue
Block a user