1.1.0 • Published 8 months ago

@forcir/eslint-config v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Install

pnpm add -DE eslint @forcir/eslint-config
yarn add -DE eslint @forcir/eslint-config
npm install -DE eslint @forcir/eslint-config

Basic Usage

package.json

{
    // ...
    "eslintConfig": {
        "extends": "@forcir/eslint-config"
    },
    // ...
    "scripts" {
        // ...
        "lint": "eslint \"**/*.{cjs,cts,js,jsx,mjs,mts,ts,tsx}\"",
        "lint:fix": "eslint --fix \"**/*.{cjs,cts,js,jsx,mjs,mts,ts,tsx}\"",
        // ...
    }
}
1.0.2

9 months ago

1.1.0

8 months ago

1.0.1

9 months ago

1.0.0

9 months ago

1.0.3

9 months ago

0.0.0

9 months ago

0.0.6

3 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