1.1.0 • Published 4 years ago

@sub-tv/eslint-config v1.1.0

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

@sub-tv/eslint-config

Sub TV Sharable eslint

Usage

Keep in mind this is a sharable config for TS.

First you need to install all peerDependencies and this config:

yarn add -D @sub-tv/eslint-config @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier eslint-plugin-jest eslint

Then, creates a .eslintrc.js and extends from it:

// .eslintrc.js
module.exports = {
  extends: "@sub-tv/eslint-config"
};

If you prefer use json syntax (.eslintrc):

{
  "extends": "@sub-tv/eslint-config"
}
1.1.0

4 years ago

1.0.0

4 years ago