@sundaeswap/eslint-config
v2.0.15
Published
eslint config from which all other eslint-configs inherit from.
Readme
eslint-config
These are base shared .eslintrc.jsons from which all other .eslintrc.json's inherit from.
Installation
To install, run the following in your project root:
bun run add @sundaeswap/eslint-config -DWithin your .eslintrc.js file, extend this config via:
module.exports = {
extends: "@sundaeswap/eslint-config"
};