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 Aug 7, 2024
1 parent f80db28 commit c3d6ffd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
18 changes: 9 additions & 9 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 @@ -48,7 +48,7 @@ export default {

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

Expand All @@ -60,7 +60,7 @@ export default {
```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 <[email protected]>",
"license": "BSD-3-Clause",
"license": "MIT",
"type": "module",
"main": "index.js",
"files": [
Expand Down

0 comments on commit c3d6ffd

Please sign in to comment.