This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
InvenTree
Watch
1
Star
0
Fork
0
You've already forked InvenTree
mirror of
https://github.com/inventree/InvenTree
synced
2024-08-30 18:33:04 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ab84a7ff83
InvenTree
/
package.json
7 lines
91 B
JSON
Raw
Normal View
History
Unescape
Escape
maybe addd a package
2021-12-02 10:20:32 +00:00
{
"dependencies"
:
{
Fix JS linting workflow (#4915) * Add bad .js code - Call function which has not been defined - Should throw JS lint error * update eslint - Move to newer version of eslint - Change default rules * Fixes for tables.js * Fixes for table_filters.js * Fixes for stock.js * Fix for sales_order.js and search.js * Fix return_order.js * Fixes for purchase_order.js * More updates - part.js - plugin.js - pricing.js * Updates - order.js * Even morerer updates - label.js - modals.js - model_renderers.js - news.js - notification.js * More, MORE! - build.js - company.js - charts.js - filters.js - forms.js - helpers.js * Final? - api.js - attachment.js - barcode.js - bom.js * Fix 'useless-escape' * Disable no-useless-escape rule
2023-05-30 12:55:53 +00:00
"eslint"
:
"^8.41.0"
,
Replace mklint with djlint (#4746) * remove markuplint * remove dedicated html step - will be done by pre-commit * add djlint for django template linting * Fix T003: Endblock should have name * Fix H013: Img tag should have an alt attribute * Fix H014: Found extra blank lines * Fix T003: Endblock should have name * Fix H013: Img tag should have an alt attribute * small fixes * Fix T001: Variables should be wrapped in a single whitespace * Fix T003: Endblock should have name * small fixes * fix form method * add entry to contributing * fix template changes * another fix * use current version
2023-05-02 10:03:52 +00:00
"eslint-config-google"
:
"^0.14.0"
maybe addd a package
2021-12-02 10:20:32 +00:00
}
}
Reference in New Issue
Copy Permalink