0.0.16 • Published 1 year ago

eslint-config-grzechz v0.0.16

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

eslint-config-grzechz

Installation

npm i eslint eslint-config-grzechz jest

Then, add this to your .eslintrc.js file:

module.exports = {
  extends: "grzechz",
};