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