mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-10 00:18:26 -05:00
7 lines
109 B
JSON
7 lines
109 B
JSON
{
|
|
"**/*.{.js,.ts,.jsx,.tsx}": [
|
|
"prettier -w",
|
|
"nx affected:lint --fix --files="
|
|
]
|
|
}
|