eslint-config-conermurphy
v1.1.0
Published
ESLint and Prettier Config from Coner Murphy
Downloads
6
Maintainers
Readme
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! 😃