
Johnson Chu
@johnsoncodehk
Followers
6K
Following
4K
Media
296
Statuses
3K
@vuejs core team member • Volar.js author - Supported by @stackblitz • Coffee Freedom Achiever
Joined August 2018
Using @antfu/eslint-config in tsslint. 👀.
github.com
Another style of writing Vue components. Contribute to johnsoncodehk/vue-vine development by creating an account on GitHub.
0
2
35
User feedback: Migrating to tsslint helped speed up their IDE save time from 5 seconds to instant. 🚀.
1
0
15
RT @voidzerodev: ⚓️Oxlint with type-aware linting is here ⚓️. ◆ 40 type-aware rules supported, including the famous `no-floating-promises`….
voidzero.dev
Oxlint with type-aware linting is now available and supports 40 long-awaited rules including no-floating-promises. Oxlint uses tsgolint, which @auvred initially prototyped as typescript-eslint/tsgo...
0
30
0
This shows some subtle differences in DX between JSX and Vue SFC.
6
3
84
RT @WebReflection: 📢 uhtml v5 is out 🥳. summary: new docs/home page:
webreflection.github.io
A micro HTML/SVG render
0
8
0
If you're using a Mac, I recommend running the following command to globally ignore .DS_Store instead of adding it to your project's .gitignore. $ echo '.DS_Store' >> ~/.gitignore.$ git config --global core.excludesfile ~/.gitignore.
5
6
50
An example of using ESLint rules in TSSLint.
github.com
⚡ High-performance Vue language tooling based-on Volar.js - vuejs/language-tools
0
0
6
TSSLint 2.0 is released today, and TSSLint is now a completed project. ✨. I bet you didn't know TSSLint is also compatible with TSLint and ESLint rules. If you have a legacy project using TSLint and are interested in migrating to TSSLint, please let me know. 🤗.
I am developing TSSLint v2. Due to the emergence of native performance type-aware linting tools such as oxlint and rslint, the project scope of TSSLint will be narrowed.
2
2
64
I am developing TSSLint v2. Due to the emergence of native performance type-aware linting tools such as oxlint and rslint, the project scope of TSSLint will be narrowed.
2
3
60
RT @WebStormIDE: Writing modern @angular just got easier. WebStorm 2025.2 adds support for the new “in” keyword in templates, so you can us….
0
5
0
RT @TheAlexLichter: Signals API Polyfill based on alien-signals. While alien-signals is still the msot performant signals library out there….
0
2
0
Sometimes making the right decision about what not to do is more difficult and important. Volar.js has the capability to implement a linter; TSSLint has the capability to implement a formatter. Both were abandoned after further research.
1
0
18
It's now a built-in feature in TSSLint v1.6. 👀.
github.com
Resolves #55 Added the createDiagnosticsPlugin API to allow simultaneous execution of tsc and linting in tsslint CLI. Example: import { createDiagnosticsPlugin, defineConfig, isCLI } from '...
@kurtextrem I’ve been using tsslint for several months now as a complete replacement for ESLint and the TS type checker in my pet project. Everything runs very fast, and writing custom rules is easy if you’re familiar with the TS Compiler API. Here’s a rule that reports all TS errors:
2
0
13
RT @posva: I finally got this one working!.✨ Fully automatically typed params ✨ in vue router.Using =type will adapt the TS declaration and….
0
15
0
If you are developing something creative, coding it yourself is a valuable learning opportunity.
0
2
38