1.5.1 • Published 5 years ago
eslint-config-nhuesmann-base v1.5.1
Base ESLint + Prettier config for new projects
Installation
- Use
npxto install this package with peer dependencies. You can useyarnif desired when prompted.
npx install-peerdeps --dev eslint-config-nhuesmann-base- Create
.eslintrc.jsin the root directory with the following:
module.exports = {
extends: ['nhuesmann-base'],
};- Start writing code!