yarn add -D eslint-config-mina
Note: We're using yarn
to install deps. Feel free to change commands to use npm
3+ and npx
if you like
Add to your eslint config (.eslintrc.js
, or eslintConfig
field in package.json
):
module.exports = {
root: true,
extends: ['mina', 'plugin:prettier/recommended']
};