Compare commits

..

1 Commits

Author SHA1 Message Date
Corentin Sechet 78c989225a js: configure javascript linter (#75132)
gitea/gadjo/pipeline/head This commit looks good Details
2023-03-07 16:53:12 +01:00
3 changed files with 0 additions and 7115 deletions

1
.gitignore vendored
View File

@ -3,4 +3,3 @@
/dist
/gadjo.egg-info
/gadjo/static/css/icons
node_modules

7104
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +0,0 @@
{
"scripts": {
"test": "jest"
},
"devDependencies": {
"jest": "^29.4.3",
"jquery": "^3.6.3",
"jsdom": "^21.1.0"
}
}