1.1.0 • Published 1 year ago

eslint-config-conermurphy v1.1.0

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

eslint-config-conermurphy

To install this custom eslint configuration, install it into your project with npm i eslint-config-conermurphy.

Then with the package installed add it into your .eslintrc.js file in the extends property.

module.export = {
  extends: "conermurphy",
};

Contributions and bugifxes welcome! 😃