eslint-plugin-node icon indicating copy to clipboard operation
eslint-plugin-node copied to clipboard

Support .nvmrc

Open valtlai opened this issue 5 years ago • 0 comments

Could this plugin get the Node version from the .nvmrc file?

This way it would be more handy to update the Node version: we could just run node -v > .nvmrc without touching package.json. For some projects engines.node isn’t needed and the .nvmrc would be the single source of truth.

valtlai avatar Aug 08 '20 18:08 valtlai