@sanv/eslint-config-unicorn

2.0.1 • Public • Published

Eslint Unicorn Configuration

npm version

  1. Install the correct version of package, which are listed by the command:
npm install "@sanv/eslint-config-unicorn" --save-dev
  1. Add next line to your .eslintrc.js:
module.exports = {
  plugins: ['prettier'],
  extends: [
    '@sanv/eslint-config-unicorn',
    'plugin:prettier/recommended',
  ],
}

/@sanv/eslint-config-unicorn/

    Package Sidebar

    Install

    npm i @sanv/eslint-config-unicorn

    Weekly Downloads

    0

    Version

    2.0.1

    License

    ISC

    Unpacked Size

    5.57 kB

    Total Files

    8

    Last publish

    Collaborators

    • sv92