eslint-config-rollup

3.0.1 • Public • Published

eslint-config-rollup

A shareable ESLint configuration for Rollup projects

Install

This repository uses PNPM (https://pnpm.io/)

$ pnpm install eslint-config-rollup --save-dev

Usage

This config can be used one of two ways:

package.json:

{
  "name": "snoochi-boochies",
  "eslintConfig": {
    "extends": "rollup"
  }
}

.eslintrc

{
  "extends": "rollup"
}

Prettier

This package also exports the prettier config that is used in the eslint config.

License

LICENSE (MIT)

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-rollup

Weekly Downloads

33

Version

3.0.1

License

MIT

Unpacked Size

18.9 kB

Total Files

8

Last publish

Collaborators

  • shellscape