Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
eslint-plugin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
osufrlive
eslint-plugin
Commits
d1b23193
Commit
d1b23193
authored
Sep 29, 2020
by
Hugo "ThePooN" Denizart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
📝
README: Update Usage guide to use GitLab NPM Registry
parent
a42f73cc
Pipeline
#3736
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
README.md
README.md
+4
-3
No files found.
README.md
View file @
d1b23193
...
...
@@ -5,8 +5,9 @@ ESLint config for osu!frlive projects.
## Usage
```
npm i -D https://git.cartooncraft.fr/osufrlive/eslint/-/jobs/artifacts/v0.0.2/raw/eslint-config-osufrlive-0.0.2.tgz\?job\=pack
npx install-peerdeps -o -d eslint-config-osufrlive
npm config set @osufrlive:registry https://git.cartooncraft.fr/api/v4/packages/npm/
npm i -D @osufrlive/eslint-plugin
npx install-peerdeps -o -d @osufrlive/eslint-plugin
```
Paste in .eslintrc.js:
...
...
@@ -14,7 +15,7 @@ Paste in .eslintrc.js:
module
.
exports
=
{
root
:
true
,
extends
:
[
"
osufrlive
"
,
"
@
osufrlive
"
,
],
};
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment