mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-09-13 19:35:49 +00:00
Bumps the frontend-lint group with 3 updates: [eslint](https://github.com/eslint/eslint), [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html) and [globals](https://github.com/sindresorhus/globals). Updates `eslint` from 10.8.0 to 10.9.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.8.0...v10.9.1) Updates `eslint-plugin-html` from 8.1.4 to 8.2.0 - [Changelog](https://github.com/BenoitZugmeyer/eslint-plugin-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/BenoitZugmeyer/eslint-plugin-html/commits) Updates `globals` from 16.5.0 to 17.11.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.5.0...v17.11.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontend-lint - dependency-name: eslint-plugin-html dependency-version: 8.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontend-lint - dependency-name: globals dependency-version: 17.11.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: frontend-lint ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
679 B
JSON
19 lines
679 B
JSON
{
|
|
"name": "meshcore-bot-frontend",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Frontend linting for meshcore-bot web viewer templates",
|
|
"scripts": {
|
|
"lint:html": "htmlhint \"modules/web_viewer/templates/**/*.html\"",
|
|
"lint:js": "eslint \"modules/web_viewer/templates/**/*.html\" modules/web_viewer/static/js/dashboard.js modules/web_viewer/static/js/channel_operations.js",
|
|
"lint:frontend": "npm run lint:html && npm run lint:js",
|
|
"test:contacts": "node --test tests/js/contacts_manager.test.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^10.9.1",
|
|
"eslint-plugin-html": "^8.2.0",
|
|
"globals": "^17.11.0",
|
|
"htmlhint": "^1.1.4"
|
|
}
|
|
}
|