Skip to content

Commit

Permalink
changed name for package in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ildella committed Jan 5, 2025
1 parent 55dabc7 commit 031149e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ The overall project structure has been taken from [NeoStandard](https://github.c
## Usage

```shell
yarn add -D @ildella/nostandard
yarn add -D eslint-nostandard

# Or
pnpm add -D @ildella/nostandard
pnpm add -D eslint-nostandard

# Or, if you are an horrible person:
npm install -D @ildella/nostandard
npm install -D eslint-nostandard
```

And this is and example on how to use it in your `eslint-config.js`.

```js
import nostandard from '@ildella/nostandard'
import nostandard from 'eslint-nostandard'

export default [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-nostandard",
"version": "0.3.2",
"version": "0.3.3",
"description": "Eslint standard for bad people.",
"license": "MIT",
"homepage": "https://github.com/ildella/nostandard",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,6 @@ __metadata:
languageName: node
linkType: hard

"@ildella/nostandard@workspace:.":
version: 0.0.0-use.local
resolution: "@ildella/nostandard@workspace:."
dependencies:
"@eslint/js": "npm:^9.17.0"
"@stylistic/eslint-plugin-js": "npm:2.12.1"
eslint: "npm:9.17.0"
globals: "npm:^15.14.0"
languageName: unknown
linkType: soft

"@stylistic/eslint-plugin-js@npm:2.12.1":
version: 2.12.1
resolution: "@stylistic/eslint-plugin-js@npm:2.12.1"
Expand Down Expand Up @@ -298,6 +287,17 @@ __metadata:
languageName: node
linkType: hard

"eslint-nostandard@workspace:.":
version: 0.0.0-use.local
resolution: "eslint-nostandard@workspace:."
dependencies:
"@eslint/js": "npm:^9.17.0"
"@stylistic/eslint-plugin-js": "npm:2.12.1"
eslint: "npm:9.17.0"
globals: "npm:^15.14.0"
languageName: unknown
linkType: soft

"eslint-scope@npm:^8.2.0":
version: 8.2.0
resolution: "eslint-scope@npm:8.2.0"
Expand Down

0 comments on commit 031149e

Please sign in to comment.