0.7.3 • Published 11 months ago

@cinnabar-forge/eslint-plugin v0.7.3

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Cinnabar Forge ESLint Plugin

DISCLAIMER: This project is not production ready. All versions below 1.0.0 should be considered unstable

A single set of ESLint rules, configurations and plugins to use across Cinnabar Forge projects.

Installation

npm

npm install -D @cinnabar-forge/eslint-plugin

Create eslint.config.js with this content:

import cinnabarPlugin from "@cinnabar-forge/eslint-plugin";

export default [
  ...cinnabarPlugin.default.map((config) => ({
    ...config,
    files: ["src/**/*.ts"],
  })),
];

Contributing

Visit CONTRIBUTING.md.

Current maintainer - Timur Moziev (@TimurRin)

License

Visit LICENSE.

Anca

This repository is a part of Anca standardization project. Parts of the files and code are generated by Anca.

0.7.3

11 months ago

0.7.2

11 months ago

0.7.1

12 months ago

0.7.0

12 months ago

0.5.0

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.4.0

1 year ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago