# @fckff/linter-ng

> Angular linter library for your projects

Latest version **1.5.0** (published 2023-02-28) · ISC license · 0 weekly downloads

## Install

```sh
npm install @fckff/linter-ng
pnpm add @fckff/linter-ng
yarn add @fckff/linter-ng
bun add @fckff/linter-ng
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.5.0 |
| Published | 2023-02-28 |
| First published | 2023-02-12 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 15.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | fckffln |
| Maintainers | ffckff |
| Keywords | linter, eslint, prettier, lint, angular, typescript, ts, javascript, js |

## Links

- npm: https://www.npmjs.com/package/@fckff/linter-ng
- Repository: https://github.com/fckffln/linter
- Homepage: https://github.com/fckffln/linter#readme
- Issues: https://github.com/fckffln/linter/issues
- npm.io page: https://npm.io/package/@fckff/linter-ng

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.5.0 (latest) — 2023-02-28
- 1.0.2 — 2023-02-13
- 1.0.1 — 2023-02-13
- 1.0.0 — 2023-02-12
- 0.0.2 — 2023-02-12
- 0.0.1 — 2023-02-12

## README

# @fckff / Linter-NG

Angular linter library for your projects

## Contents

- [Install](#install)
- [Usage](#usage)
- [License](#license)

## Install

Install via npm
```bash
npm install -D @fckff/linter-ng
```
Install via pnpm
```bash
pnpm add -D @fckff/linter-ng
```

## Usage

### ESLint

1. Create a `.eslintrc.cjs` file in the root directory of the project
2. Importing files from libraries
```js
// import settings
const angular = module.require('@fckff/linter-ng/eslint');
// set config
module.exports = angular();
```
3. Setting up ESLint in the IDE

### Prettier

1. Create a `.prettierrc.cjs` file in the root directory of the project
2. Importing files from libraries
```js
// import settings
const angular = module.require('@fckff/linter-ng/prettier');
// set config
module.exports = angular;
```

### `deprecated` TSLint

1. Create a `tslint.json` file in the root directory of the project
2. Importing files from libraries
```json
{
  "extends": "@fckff/linter-ng/tslint.json"
}
```
3. Setting up TSLint in the IDE

## License

[LICENSE.md](LICENSE.md)

> ❤ Thanks for [patron me](https://patreon.com/fckffln) ❤

---
_Source: https://npm.io/package/@fckff/linter-ng · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
