Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 246 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 246 Bytes

@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',
};