1.0.1 • Published 1 year ago

@arthursvpb/eslint-config v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@arthursvpb/eslint-config

ESLint + Prettier configuration to extend from.

Install

npm install --save-dev @arthursvpb/eslint-config

Create .eslintrc.js file

module.exports = {
  extends: '@arthursvpb/eslint-config',
};