Check https://github.com/PylonFE/Pylon/blob/master/src/cli/index.ts#L38. Maybe, ``` - rules: JSON.parse(rules), + rules: JSON.parse(rules || '[]'), ``` Interesting project!
Check https://github.com/PylonFE/Pylon/blob/master/src/cli/index.ts#L38. Maybe,
Interesting project!