Advertisement · 728 × 90
#
Hashtag
#Linting
Advertisement · 728 × 90
Preview
Quick and dirty linting This post is another installment of the series dedicated to building sightread.org. Parts 1, 2, 3, 4, 5, 6. I've been using TypeScript (actually JSDoc + tsc --noEmit) as my linter for a while. Well, TBH, I didn't do it intentionally, it's just something Claude does outta the box. I saw some linting

Quick and Dirty Linting, by @stoyan@indieweb.social:

https://www.phpied.com/quick-and-dirty-linting/

#linting #typescript #javascript #biome

1 0 0 0
The JavaScript linter that conquered the web - 27k stars strong, ESLint catches bugs before they cat

The JavaScript linter that conquered the web - 27k stars strong, ESLint catches bugs before they cat

The JavaScript linter that conquered the web - 27k stars strong, ESLint catches bugs before they catch you with pluggable rules and AST-powered analysis

https://github.com/eslint/eslint

#JavaScript #Linting #CodeQuality

0 0 0 0
The Go community's go-to linting tool that runs 100+ linters in parallel with smart caching - truste

The Go community's go-to linting tool that runs 100+ linters in parallel with smart caching - truste

The Go community's go-to linting tool that runs 100+ linters in parallel with smart caching - trusted by 18.5k developers and integrated into every major IDE

https://github.com/golangci/golangci-lint

#Go #Linting #DevTools

2 0 0 0
Post image

Lint is the computer science term for a static code analysis tool used to flag programming errors, bugs, stylistic errors and suspicious constructs en.wikipedia.org/wiki/Lint_(s... #coding #software #linting

12 0 1 0
Coding With Eslint

Coding With Eslint

Coding With Eslint

#eslint #javascript #Linting #Codequality #typescript

programmerhumor.io/javascript-memes/coding-...

6 0 1 0
Preview
Introducing Flint [Experimental] A fast, friendly linter. ❤️‍🔥

Introducing Flint, by @joshuakgoldberg@fosstodon.org:

https://www.flint.fyi/blog/introducing-flint/

#introductions #tooling #linting

0 0 0 0

Updated: markdownlint #VSCode #Markdown #linting extension to v0.61.1

- Improved rules, add warnings, add `severityForError`/`Warning`

marketplace.visualstudio.com/items?itemNa...

2 0 0 0
Preview
Type-Aware Linting Alpha A collection of high-performance JavaScript tools written in Rust

Type-Aware Linting Alpha, by @camchenry.com (@boshen.github.io):

https://oxc.rs/blog/2025-12-08-type-aware-alpha

#linting #tooling

0 0 0 0

Updated: markdownlint-cli v0.47.0, #Markdown #linting CLI for #NodeJS

- Add output and exit code support for warnings
- Update `markdownlint` dependency to `0.40.0`
- Improve `MD011`/`MD013`/`MD051`/`MD060`
- Update all dependencies via `Dependabot`

github.com/igorshubovyc...

0 0 0 0

Updated: markdownlint v0.40.0, #Markdown #linting library for #NodeJS

- Improve MD011/MD013/MD051/MD060
- Update dependencies

github.com/DavidAnson/m...

0 0 0 0

Updated: markdownlint v0.40.0, #Markdown #linting library for #NodeJS

- Improve MD011/MD013/MD051/MD060
- Update dependencies

github.com/DavidAnson/m...

0 0 0 0

Updated: markdownlint-cli v0.46.0, #Markdown #linting CLI for #NodeJS

- Replace `glob` dependency with `tinyglobby`
- Update `markdownlint` to 0.39.0
- Add `MD060`/`table-column-style`
- Improve `MD001`/`MD007`/`MD009`/`MD010`/`MD029`/`MD033`/`MD037`/`MD059`

github.com/igorshubovyc...

2 0 0 0

Updated: markdownlint-cli2-action #Markdown #linting #GitHub #Action to v21

- Update markdownlint version (markdownlint-cli2 v0.19.0, markdownlint v0.39.0).

github.com/marketplace/...

2 0 0 0

Updated: markdownlint-cli2 v0.19.0, #Markdown #linting CLI for #NodeJS

- Add `--format` parameter for editor integration
- Update output formatters for severity `warning`
- Explicitly version Docker containers for `pre-commit`
- Update dependencies

github.com/DavidAnson/m...

1 0 0 0

Updated: markdownlint v0.39.0, #Markdown #linting library for #NodeJS

- Add MD060/table-column-style
- Improve MD001/MD007/MD009/MD010/MD029/MD033/MD037/MD059
- Add support for reporting violations as warnings
- Deprecate resultVersion and toString (breaking change)

github.com/DavidAnson/m...

1 0 0 0
Preview
Linting, Automated: AI-Powered Static Analysis with Gemini | Blundell Tired of fixing endless linting errors? What if an AI could do it for you? In this post, we'll walk through how to build a Python script that uses Google's Gemini to automatically fix static analysis issues, exploring the process and the lessons learned along the way. This is a journey from a sim…

Linting, Automated: AI-Powered Static Analysis With Gemini, by (not on Mastodon or Bluesky):

blog.blundellapps.co.uk/linting-automated-ai-pow...

#quality #linting #automation #ai #gemini

2 0 0 0
Postcrossly - Linting, Documentation, and Staying Sharp Three days after kicking off Postcrossly, today’s work shifted from “make it run” to “set it up right.” The app is still tiny: one domain model, a repository, a list screen, and a thin layer of tests....

New dev log: “Postcrossly — Linting, Documentation, and Staying Sharp”

Reduce future cognitive load, make refactors safer, and keep the project feeling crisp as it grows. ✅

Read: kernelofthought.xyz/2025/09/18/p...

#Flutter #DevLog #CleanCode #Linting #Testing

2 0 0 0

Any Mediawiki extension devs here that use SublimeText3? I am struggling to get linting and fixing for css/js files working correctly. Could use some advise.

#mediaWiki #linting #eslint #jsprettier #styleLint

0 1 0 0
Preview
ember-template-lint recommended rules that I disable EmberJS comes with great set of default tooling. One of them is ember-template-lint which helps...

ember-template-lint recommended rules that I disable:

dev.to/michalbryxi/ember-templa...

#EmberJS #Blog #EmberTemplateLint #Linting #WebDev

0 0 0 0
Preview
How to Write TypeScript Plugins for Babel and ESLint TypeScript plugins for Babel and ESLint allow developers to extend and customize the behavior of these tools to fit specific project needs. Babel is a popular JavaScript comp...

How to Write TypeScript Plugins for Babel and ESLint #Typescript #Babel #Eslint #Plugin #Custom #Rules #Linting #Typescript #eslint #Parser #Transform #Visitor #Compilation #Naming

1 0 0 0
Preview
How to Create Custom TypeScript Linters and Formatters Creating custom linters and formatters for TypeScript can help enforce coding standards and maintain code quality in your projects. In this article, we'll walk through the pr...

How to Create Custom TypeScript Linters and Formatters #Typescript #Linting #Formatting #Eslint #Prettier #Rules #Configuration #Code #Development #Plugins #Testing #Jest #Custom #Tooling

1 0 0 0

That's why I use web frameworks like #React; that's why I use #ORMs like #Prisma and #Drizzle; that's why I use #TypeScript; that's why I love #linting; that's why I use #CoderRbbit on solo projects; that's why #linaria #css-in-js caught my eye.

3 0 0 0

Updated: markdownlint #VSCode #Markdown #linting extension to v0.60.0

- Updated `markdownlint` dependency to `0.38.0`
- Add `MD059`/`descriptive-link-text`
- Improve `MD025`/`MD027`/`MD036`/`MD038`/`MD041`/`MD043`/`MD045`/`MD051`/`MD052`

marketplace.visualstudio.com/items?itemNa...

0 0 0 0

Updated: markdownlint-cli v0.45.0, #Markdown #linting CLI for #NodeJS

- Update `markdownlint` to `0.38.0`
- Add `MD059`/`descriptive-link-text`
- Improve `MD025`/`MD027`/`MD036`/`MD038`/`MD041`/`MD043`/`MD045`/`MD051`/`MD052`
- Remove support for EOL Node 18

github.com/igorshubovyc...

1 0 0 0

Updated: markdownlint-cli2-action #Markdown #linting #GitHub #Action to v20

- Update markdownlint version (markdownlint-cli2 v0.18.1, markdownlint v0.38.0)

github.com/marketplace/...

0 0 0 0
Preview
GitHub - DavidAnson/markdownlint-cli2: A fast, flexible, configuration-based command-line interface for linting Markdown/CommonMark files with the markdownlint library A fast, flexible, configuration-based command-line interface for linting Markdown/CommonMark files with the markdownlint library - DavidAnson/markdownlint-cli2

Updated: markdownlint-cli2 v0.18.0, #Markdown #linting CLI for #NodeJS

- Use user ID in Docker containers for security
- Update dependencies (including markdownlint)
- Remove support for end-of-life Node 18

github.com/DavidAnson/m...

0 0 0 0
Tools of the Trade: Accessibility Without the Cost

Tools of the Trade: Accessibility Without the Cost, by @webwhey.bsky.social (@equalentry.com):

equalentry.com/accessibility-tools-with...

#accessibility #tooling #linting #testing

2 1 0 0
Preview
GitHub - DavidAnson/markdownlint: A Node.js style checker and lint tool for Markdown/CommonMark files. A Node.js style checker and lint tool for Markdown/CommonMark files. - DavidAnson/markdownlint

Updated: markdownlint v0.38.0, #Markdown #linting library for #NodeJS

- Add MD059/descriptive-link-text
- Improve MD025/MD027/MD036/MD038/MD041/MD043/MD045/MD051/MD052
- `markdown-it` parser no longer a dependency (breaking change)
- Remove support for EOL Node 18

github.com/DavidAnson/m...

0 0 0 0