eslint-config-neoncitylights

0.3.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-neoncitylights

Weekly Downloads

14

Version

0.3.0

License

MIT

Unpacked Size

4.86 kB

Total Files

7

Last publish

Collaborators

  • neoncitylights