remnoteio / remnote-plugin-template-react

A template for V1 frontend plugins using React. Please see the getting started guide for instructions:
https://plugins.remnote.com/getting-started/quick_start_guide
MIT License
23 stars 11 forks source link

chore: add .nvmrc #4

Closed eunjae-lee closed 2 years ago

eunjae-lee commented 2 years ago

Summary

This PR adds .nvmrc file. It doesn't automatically enforce a certain version of Node.js, but it can be a hint. In case users are using asdf or a bash plugin for nvm, etc, this specific Node.js version will be applied automatically.