Skip to content

A shareable ESLint configuration for Rollup projects

License

Notifications You must be signed in to change notification settings

rollup/eslint-config-rollup

Repository files navigation

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)

About

A shareable ESLint configuration for Rollup projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published