@thorborn/eslint-plugin

1.0.0 • Public • Published

@thorborn/eslint-plugin

License: MIT npm version

Shared ESLint rules and configurations

Installation

Install the ESLint plugin and its peer dependencies:

$ npx install-peerdeps --dev @thorborn/eslint-plugin

Usage

Simply extend the relevant configuration in your project’s .eslintrc.

"extends": "@thorborn/core"

Depending on the project you are working on it might make sense to augment the core config. For example, if you are working on a node project:

"extends": [
  "@thorborn/core",
  "@thorborn/node"
]

To avoid conflicts with prettier:

"extends": [
  "@thorborn/core",
  "@thorborn/prettier"
]

Note: The prettier config should always go last

Readme

Keywords

none

Package Sidebar

Install

npm i @thorborn/eslint-plugin

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

58.5 kB

Total Files

12

Last publish

Collaborators

  • davidthorand
  • maxtasy
  • dathor