mirror of
https://github.com/garraflavatra/yeslint.git
synced 2024-11-24 01:37:29 +01:00
Renamed package to @garraflavatra/yeslint
This commit is contained in:
parent
2c781dee69
commit
53c5099989
@ -19,15 +19,15 @@ Please see [the `examples` directory](./examples) for some examples. Files that
|
||||
Install it together with ESLint using [npm], [pnpm], [Yarn], or whatever package manager you like to use:
|
||||
|
||||
```bash
|
||||
npm install --save-dev eslint yeslint
|
||||
npm install --save-dev eslint @garraflavatra/yeslint
|
||||
```
|
||||
|
||||
```bash
|
||||
yarn add --dev eslint yeslint
|
||||
yarn add --dev eslint @garraflavatra/yeslint
|
||||
```
|
||||
|
||||
```bash
|
||||
pnpm add --save-dev eslint yeslint
|
||||
pnpm add --save-dev eslint @garraflavatra/yeslint
|
||||
```
|
||||
|
||||
Then, tell ESLint to extend this configuration. Add it either in `.eslintrc.json`, add it as the default export in `.eslintrc.js`, or add it in your `package.json` under the `"eslintConfig"` key.
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "yeslint",
|
||||
"name": "@garraflavatra/yeslint",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "yeslint",
|
||||
"name": "@garraflavatra/yeslint",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "yeslint",
|
||||
"name": "@garraflavatra/yeslint",
|
||||
"version": "1.0.0",
|
||||
"description": "Sensible configuration for your ESLint installation",
|
||||
"main": "index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user