commit package-lock.json, add eslint task

This commit is contained in:
Andrew Dolgov 2023-03-25 18:10:26 +03:00
parent 903b9dbb8b
commit d305532bce
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
3 changed files with 4386 additions and 1 deletions

View File

@ -18,6 +18,12 @@ jobs:
- name: checkout source
uses: actions/checkout@v3
- name: npm install
run: npm install
- name: eslint
run: npx eslint js plugins
- name: calculate cache key hash
uses: actions/go-hashfiles@v0.0.1
id: cache-hash

1
.gitignore vendored
View File

@ -3,7 +3,6 @@ Thumbs.db
/messages.mo
/node_modules
/locale/**/*.po~
/package-lock.json
/plugins.local/*
/themes.local/*
/config.php

4380
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff