# @esgi/stylelint-config

> StyleLint configuration

Latest version **0.4.2** (published 2021-10-23) · GPL-3.0-or-later license · 0 weekly downloads

## Install

```sh
npm install @esgi/stylelint-config
pnpm add @esgi/stylelint-config
yarn add @esgi/stylelint-config
bun add @esgi/stylelint-config
```

Provides the command `esgi-stylelint`.

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.4.2 |
| Published | 2021-10-23 |
| First published | 2021-10-15 |
| Weekly downloads | 0 |
| License | GPL-3.0-or-later |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=14.0.0 |
| Dependencies | 1 |
| Unpacked size | 43.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | École Supérieure de Génie Informatique |
| Maintainers | aminnairi |
| Keywords | stylelint, style, lint, config, configuration, settings, esgi |

## Links

- npm: https://www.npmjs.com/package/@esgi/stylelint-config
- Homepage: https://github.com/aminnairi/esgi-stylelint-config#readme
- Issues: https://github.com/aminnairi/esgi-stylelint-config/issues
- npm.io page: https://npm.io/package/@esgi/stylelint-config

## Dependencies (1)

- [stylelint](https://npm.io/package/stylelint.md) ^14.0.0

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 0.4.2 (latest) — 2021-10-23
- 0.4.1 — 2021-10-17
- 0.4.0 — 2021-10-17
- 0.3.0 — 2021-10-17
- 0.2.0 — 2021-10-16
- 0.1.0 — 2021-10-15

## README

# @esgi/stylelint-config

[![E2E](https://github.com/aminnairi/esgi-stylelint-config/actions/workflows/e2e.yaml/badge.svg)](https://github.com/aminnairi/esgi-stylelint-config/actions/workflows/e2e.yaml) [![NPM version](https://badgen.net/npm/v/@esgi/stylelint-config)](https://www.npmjs.com/package/@esgi/stylelint-config) [![Package size](https://badgen.net/bundlephobia/minzip/@esgi/stylelint-config)](https://bundlephobia.com/package/@esgi/stylelint-config) ![Vulnerabilities' count](https://badgen.net/snyk/aminnairi/esgi-stylelint-config)

StyleLint configuration

## Requirements

- Terminal
- [Node](https://nodejs.org/)
- NPM
- NPX

## Installation

```console
$ npm install --save-dev stylelint @esgi/stylelint-config
```

## Usage

### Without configuration

#### With a single file

```console
$ npx @esgi/stylelint-config index.css
```

#### With multiple files

```console
$ npx @esgi/stylelint-config first.css second.css third.css
```

#### Using a glob

```console
$ npx @esgi/stylelint-config *.css
```

### With configuration

```console
$ touch .stylelintrc.js
```

```javascript
"use strict";

module.exports = {
  extends: "@esgi/stylelint-config"
};
```

```console
$ touch package.json
```

```json
{
  "scripts": {
    "stylelint": "stylelint index.css"
  }
}
```

```console
$ npm run stylelint
```
## Code of conduct

See [`CODE_OF_CONDUCT.md`](./CODE_OF_CONDUCT.md).

## Contributing

See [`CONTRIBUTING.md`](./CONTRIBUTING.md).

## Changelog

See [`CHANGELOG.md`](./CHANGELOG.md).

## License

See [`LICENSE`](./LICENSE).

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