mirror of
https://github.com/edu4rdshl/Strata.git
synced 2026-07-17 23:24:46 +00:00
build: add the GJS ESLint flat config and lint script
This commit is contained in:
parent
7b3a25eaaf
commit
376c6442f9
3 changed files with 168 additions and 0 deletions
14
package.json
Normal file
14
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue