Configuration Files
Use a .ncurc.{json,yml,js} file to specify configuration information. You can specify file name and path using --configFileName and --configFilePath command line options.
Could there be a file excerpt or two put in the README.md to demonstrate the suggested usage?
How about adding this?
{
"upgrade": true,
"filter": "express"
}
Also, it will nice to update example with array variant:
{
"reject": [
"@types/estree",
"ts-node"
]
}
@sanex3339 Thanks! Done