mirror of
https://gitlab.gnome.org/june/top-bar-organizer.git
synced 2026-01-10 16:26:35 +01:00
Other: Introduce ESLint for code linting
This commit is contained in:
parent
0c845336e6
commit
b938d7a28f
6 changed files with 1020 additions and 5 deletions
17
package.json
Normal file
17
package.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "top-bar-organizer",
|
||||
"version": "1.0.0",
|
||||
"description": "A Gnome Shell Extension for organizing your Gnome Shell top bar.",
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@gitlab.gnome.org:julianschacher/top-bar-organizer.git"
|
||||
},
|
||||
"author": "Julian Schacher",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"devDependencies": {
|
||||
"eslint": "^7.26.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue