
* WIP * WIP * lint * package-lock.json * test * test * meta tags fixed * dynamic titles fix --------- Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
6 lines
143 B
Plaintext
6 lines
143 B
Plaintext
{
|
|
"*.{js,ts,tsx,json,scss,css,html}": "prettier --write",
|
|
"package.json": "sort-package-json",
|
|
"public/locales/**/*.json": "sort-json"
|
|
}
|