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