.prettierrc & CITATION.cff: resolve prettier warnings

This commit is contained in:
Aminda Suomalainen 2024-06-21 06:51:38 +03:00
parent fc98187a1c
commit efaed4e21b
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 5 additions and 4 deletions

View File

@ -13,11 +13,11 @@
{ "files": ".prettierrc", "options": { "parser": "json" } },
{
"files": "conf/librewolf.overrides.cfg",
"options": { "parser": "javascript" }
"options": { "parser": ".js" }
},
{
"files": "conf/autoconfig.js.online",
"options": { "parser": "javascript" }
"options": { "parser": ".js" }
}
]
}

View File

@ -1,11 +1,12 @@
# @format
# This CITATION.cff file was generated with cffinit.
# Visit https://citation-file-format.github.io/cff-initializer-javascript/#/ to generate yours today!
cff-version: 1.2.0
title: shell-things
message: >-
If you use this dataset, please cite it using the metadata
from this file.
If you use this dataset, please cite it using the metadata from this file.
type: dataset
authors:
- given-names: Aminda