Other: Introduce ESLint for code linting

This commit is contained in:
June 2021-05-17 17:45:22 +02:00
commit b938d7a28f
No known key found for this signature in database
GPG key ID: 094C2AC34192FA11
6 changed files with 1020 additions and 5 deletions

17
package.json Normal file
View 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"
}
}