Closed bytrangle closed 2 years ago
Hey, thank you so much for making this amazing renderer for Notion content. I've noticed two hiccups with Eslint config that can be fixed quickly:
.src/
Not configuring the parser option to use "sourceType: module" may lead to this error: "The keyword ... is reserved", as discussed here.
Hey, thank you so much for making this amazing renderer for Notion content. I've noticed two hiccups with Eslint config that can be fixed quickly:
.src/
directoryNot configuring the parser option to use "sourceType: module" may lead to this error: "The keyword ... is reserved", as discussed here.