- Setting up a Node.js development environment
- Firebase uses Node.js version 8.15.10, so please make sure that you run on the correct Node version (e.g. using
nvm
)
- to execute the linter, run
npm run lint
- since we are using
eslint > 6.X.X
, be sure to use Node > 8.10.X, since you will encounter an error otherwise