Skip to content

Commit

Permalink
BREAKING CHANGES(stylelint): Change package scope from @lmc-eu to @al…
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Jul 23, 2024
1 parent b9c6b13 commit a120759
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
20 changes: 10 additions & 10 deletions packages/stylelint-config/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# `@lmc-eu/stylelint-config`
# `@almacareer/stylelint-config`

[![npm version](https://img.shields.io/npm/v/@lmc-eu/stylelint-config?label=npm%20package&logo=npm)](https://www.npmjs.org/package/@lmc-eu/stylelint-config)
[![Node version](https://img.shields.io/node/v/@lmc-eu/stylelint-config.svg?style=flat&logo=nodedotjs)](http://nodejs.org/download/)
[![Stylelint version](https://img.shields.io/npm/dependency-version/@lmc-eu/stylelint-config/peer/stylelint?logo=stylelint)](https://github.com/stylelint/stylelint)
[![npm version](https://img.shields.io/npm/v/@almacareer/stylelint-config?label=npm%20package&logo=npm)](https://www.npmjs.org/package/@almacareer/stylelint-config)
[![Node version](https://img.shields.io/node/v/@almacareer/stylelint-config.svg?style=flat&logo=nodedotjs)](http://nodejs.org/download/)
[![Stylelint version](https://img.shields.io/npm/dependency-version/@almacareer/stylelint-config/peer/stylelint?logo=stylelint)](https://github.com/stylelint/stylelint)

> LMC’s config for Stylelint
## Usage

```bash
# Yarn:
yarn add --dev @lmc-eu/stylelint-config stylelint-config-prettier
yarn add --dev @almacareer/stylelint-config stylelint-config-prettier

# npm:
npm install --save-dev @lmc-eu/stylelint-config stylelint-config-prettier
npm install --save-dev @almacareer/stylelint-config stylelint-config-prettier
```

> We assume you are using Prettier. That’s why we also recommend adding
Expand All @@ -29,7 +29,7 @@ This config:

## Configuration

### `@lmc-eu/stylelint-config`
### `@almacareer/stylelint-config`

Use this ruleset to configure Stylelint to work with your code.

Expand All @@ -41,7 +41,7 @@ Use this ruleset to configure Stylelint to work with your code.
'use strict';

module.exports = {
extends: ['@lmc-eu/stylelint-config', 'stylelint-config-prettier'],
extends: ['@almacareer/stylelint-config', 'stylelint-config-prettier'],
};
```

Expand All @@ -50,7 +50,7 @@ module.exports = {

```json
{
"extends": ["@lmc-eu/stylelint-config", "stylelint-config-prettier"]
"extends": ["@almacareer/stylelint-config", "stylelint-config-prettier"]
}
```

Expand All @@ -62,7 +62,7 @@ module.exports = {
```json
{
"stylelint": {
"extends": ["@lmc-eu/stylelint-config", "stylelint-config-prettier"]
"extends": ["@almacareer/stylelint-config", "stylelint-config-prettier"]
}
}
```
Expand Down
12 changes: 7 additions & 5 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "@lmc-eu/stylelint-config",
"name": "@almacareer/stylelint-config",
"version": "8.0.0",
"description": "LMC's config for Stylelint",
"description": "Alma Career's config for Stylelint",
"keywords": [
"stylelint",
"lmc",
"config"
"config",
"alma",
"career",
"preset"
],
"author": "Tomáš Litera <tomas.litera@lmc.eu>",
"license": "BSD-3-Clause",
"license": "MIT",
"type": "module",
"main": "index.js",
"files": [
Expand Down

0 comments on commit a120759

Please sign in to comment.