build: add the GJS ESLint flat config and lint script

This commit is contained in:
Eduard Tolosa 2026-06-25 19:43:46 -05:00
parent 7b3a25eaaf
commit 376c6442f9
3 changed files with 168 additions and 0 deletions

14
package.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "strata-extension",
"version": "0.9.0",
"description": "Lint tooling for the Strata GNOME Shell extension",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint 'strata@edu4rdshl.dev'"
},
"devDependencies": {
"@eslint/js": "^10.0.0",
"eslint": "^10.0.0"
}
}