0.3.0 • Published 7 months ago

eslint-config-neoncitylights v0.3.0

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

eslint-config-neoncitylights

License: MIT npm

My personal ESLint configuration settings.

Install

npm install eslint eslint-config-neoncitylights --save-dev

Or, if ESLint is already installed:

npm install eslint-config-neoncitylights --save-dev

Usage

TypeScript

Useful for developing pure TypeScript libraries, or using TypeScript within your application.

{
    "extends": [
        "neoncitylights/typescript"
    ]
}

React + TypeScript

{
    "extends": [
        "neoncitylights/react-typescript"
    ]
}

Testing (unit, integration)

This includes settings for Vitest, React Testing Library, and Playwright.

{
    "extends": [
        "neoncitylights/tests"
    ]
}

License

This repository, including all packages within, is licensed under the MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the MIT license, shall be licensed as above, without any additional terms or conditions.