Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Latest commit

 

History

History
42 lines (28 loc) · 1.22 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.22 KB

eslint-config

Build status Dependency status MIT License Version

My own opinionated ESLint configuration.

Installation

$ npm install --save-dev @jamieconnolly/eslint-config

Usage

To get started, add this to your .eslintrc.js file:

module.exports = {
  extends: '@jamieconnolly'
};

Note: We can omit the /eslint-config suffix since it is automatically assumed by ESLint.

License

MIT License