0.3.0-beta.2 • Published 9 months ago

@prestashopcorp/eslint-config-ts v0.3.0-beta.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Prestashop eslint-config-ts

An eslint sharable config for typescript project. This config include @prestashopcorp/eslint-config, @typescript-eslint/recommended-type-checked and @typescript-eslint/stylistic-type-checked rules.

Npm config

This package is published in an Npm private registry.

if it is not done, you have to set the authentication config by running this commands:

npm set "//npm.pkg.github.com/:_authToken=$GITHUB_TOKEN"
npm set "@prestashopcorp:registry=https://npm.pkg.github.com"

Install

yarn install -D @prestashopcorp/eslint-config-ts

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

Add this to your .eslintrc file:

{
  "extends": "@prestashopcorp/eslint-config-ts"
}
0.3.0-beta.2

9 months ago

0.3.0-beta.1

9 months ago

0.1.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago