- Use
install-peerdeps
to install this package with peer dependencies. The arguments below install it as adevDependency
usingyarn
.
npx install-peerdeps -D -Y eslint-config-nhuesmann-base
- Create
.eslintrc.js
in the root directory with the following:
module.exports = {
extends: ['nhuesmann-base'],
};
- Start writing code!