1.0.13 • Published 1 year ago

eslint-config-quidco v1.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

eslint-config-quidco 🧹

Summary

A quick-and-easy linting config for TypeScript projects

Usage

⬇️ Installation

!IMPORTANT Please use eslint v8.57.0. Some flat config plugins have yet to be updated to use later versions.

  • In the root of your project, run:
    npm install -D eslint-config-quidco@latest

🛠️ Setup

In eslint.config.js:

/** As a default import, you can name this anything. The path, however, is important */
import eslintConfigQuidco from 'eslint-config-quidco/eslint.config.js'

export default eslintConfigQuidco

💡This config can be extended using spread syntax, eg. export default [...eslintConfigQuidco]. See examples here.

▶ Running

npx eslint
Scripts reference here.

1.0.11

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago