• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

43081j / eslint-plugin-lit
99%

Build:
DEFAULT BRANCH: master
Repo Added 07 Mar 2019 03:42PM UTC
Files 64
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • accessor
  • accessor-fix
  • boolean-false
  • custom-element-base-classes
  • dependabot/github_actions/github-actions-2b34491e7c
  • dependabot/github_actions/github-actions-366259472f
  • dependabot/github_actions/github-actions-6a98abd9ac
  • dependabot/npm_and_yarn/development-dependencies-0fe8f6ef45
  • dependabot/npm_and_yarn/development-dependencies-4f3399f1c1
  • dependabot/npm_and_yarn/flatted-3.4.2
  • dependabot/npm_and_yarn/glob-10.5.0
  • dependabot/npm_and_yarn/minimatch-3.1.5
  • dependabot/npm_and_yarn/multi-456de2e4f1
  • dependabot/npm_and_yarn/picomatch-2.3.2
  • dependabot/npm_and_yarn/production-dependencies-5da08889df
  • dependabot/npm_and_yarn/production-dependencies-adfb4acd31
  • doc-fix
  • eslint-10
  • eslint-9-upgrade
  • eslint-funk
  • esm-only
  • explicit-build
  • explicit-explictness
  • fancy-pubs
  • fix-npm
  • funding-fluff
  • license
  • no-private-prop-def
  • remove-deprecated-function-use
  • serializable-attributes-only
  • state-private
  • workflow-tweaks

06 Jun 2026 09:09PM UTC coverage: 98.655%. Remained the same
27073979305

push

github

web-flow
build(deps-dev): bump the development-dependencies group with 3 updates (#258)

Bumps the development-dependencies group with 3 updates: [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai), [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) and [eslint](https://github.com/eslint/eslint).


Updates `@types/chai` from 4.3.11 to 5.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

Updates `@types/mocha` from 10.0.6 to 10.0.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

Updates `eslint` from 10.4.0 to 10.4.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v10.4.0...v10.4.1)

---
updated-dependencies:
- dependency-name: "@types/chai"
  dependency-version: 5.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@types/mocha"
  dependency-version: 10.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: eslint
  dependency-version: 10.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

588 of 640 branches covered (91.88%)

Branch coverage included in aggregate %.

7111 of 7164 relevant lines covered (99.26%)

20.41 hits per line

Relevant lines Covered
Build:
Build:
7164 RELEVANT LINES 7111 COVERED LINES
20.41 HITS PER LINE
Source Files on master
  • Tree
  • List 60
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
27073979305 master build(deps-dev): bump the development-dependencies group with 3 updates (#258) Bumps the development-dependencies group with 3 updates: [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai), [@types/mocha](https:/... push 06 Jun 2026 09:10PM UTC web-flow github
98.65
27073950824 master fix: add missing link to prefer-static-styles doc in README.md (#260) push 06 Jun 2026 09:08PM UTC web-flow github
98.65
27005296371 master build(deps): bump actions/checkout in the github-actions group (#261) Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https:... push 05 Jun 2026 08:51AM UTC web-flow github
98.65
26634918733 master build(deps-dev): bump the development-dependencies group across 1 directory with 13 updates (#253) * build(deps-dev): bump the development-dependencies group across 1 directory with 13 updates Bumps the development-dependencies group with 13 upd... push 29 May 2026 11:34AM UTC web-flow github
98.65
26634032905 master fix: add support for standard decorators with accessor keyword (#252) * fix: add support for standard decorators with accessor keyword to rules attribute-names, no-native-attributes and no-property-change-update * chore: simplify type guards --... push 29 May 2026 11:13AM UTC web-flow github
98.65
26413426343 master build(deps): bump glob from 10.4.5 to 10.5.0 (#251) Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob... push 25 May 2026 05:58PM UTC web-flow github
98.63
26218629716 master chore: enable staged publishing (#248) push 21 May 2026 09:49AM UTC web-flow github
98.63
25686621979 master chore: fix npm publish (#247) push 11 May 2026 05:37PM UTC web-flow github
98.63
25252044502 master feat(rules): add prefer-query-decorators rule (#238) * feat(rules): add prefer-query-decorators rule Lit provides @query, @queryAll, @queryAssignedElements, and @queryAssignedNodes decorators specifically to replace manual shadowRoot/renderRoot ... push 02 May 2026 12:36PM UTC web-flow github
98.63
25252008126 master Merge e8a094e58 into 92a3015d4 Pull #238 02 May 2026 12:35PM UTC web-flow github
98.63
See All Builds (431)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc