1.3.1 • Published 4 years ago

@caisy/eslint-config-caisy v1.3.1

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

eslint

Install:

yarn add @caisy/eslint-config-caisy -D

Usage:

Add this to your .eslintrc:

{
    "extends": "@caisy/eslint-config-caisy"
}

Ignoring Code:

  1. Use this, if you do not want to extend the .eslintignore:
yarn run eslint . --ignore-path node_modules/@caisy/eslint-config-caisy/.eslintignore
  1. Use this, if you want to extend the .eslintignore:
cp "./node_modules/@caisy/eslint-config-caisy/.eslintignore" ".eslintignore"
1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago