mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
prefix version in package
This commit is contained in:
parent
fba80e1dea
commit
29cd2ee9bd
1
.github/workflows/javascript.yaml
vendored
1
.github/workflows/javascript.yaml
vendored
@ -47,6 +47,5 @@ jobs:
|
||||
python check_js_templates.py
|
||||
- name: Lint Javascript Files
|
||||
run: |
|
||||
npm install eslint eslint-config-google
|
||||
invoke render-js-files
|
||||
npx eslint js_tmp/*.js
|
@ -1,5 +1,7 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"eslint": "^8.3.0",
|
||||
"eslint-config-google": "^0.14.0",
|
||||
"markuplint": "^1.11.4"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user