0.0.4 • Published 4 years ago

eslint-config-mina v0.0.4

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

eslint-config-mina

Installation

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

Usage

Add to your eslint config (.eslintrc.js, or eslintConfig field in package.json):

module.exports = {
  root: true,
  extends: ['mina', 'plugin:prettier/recommended']
};