safeql
typescript-eslint
Our great sponsors
safeql | typescript-eslint | |
---|---|---|
4 | 108 | |
795 | 13,064 | |
1.9% | 1.8% | |
10.0 | 9.8 | |
3 days ago | 3 days ago | |
TypeScript | TypeScript | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
safeql
-
Write SQL Queries With Confidence (TypeScript + Postgres)
Be sure to follow this issue if you're interested - https://github.com/ts-safeql/safeql/issues/14
SafeQL is currently in its very early stages, but we can make it better with the community's help! If you have any ideas/improvements/bugs to share, be sure to file an issue in our GitHub repository.
typescript-eslint
-
How does the typescript-eslint project generate its changelogs?
Hi. I'm maintaining a small monorepo and I'd like to learn techniques from large, mature projects like typescript-eslint. I assume they automate changelogs from commit logs and/or PRs, but I can't figure out how they do it by looking at their source code. I do know of tools like release-it that helps automate the process; do the typescript-eslint maintainers use such a tool, or use a homegrown one?
- Searching for videos about the TypeScript Compiler API
-
Nuxt 3 + Tailwind + Eslint + i18n + Sentry Starter
The rule extensions we're using are plugin:@typescript-eslint, plugin:nuxt/recommended, plugin:vue/vue3-recommended. Personally, I find that these three extensions are enough to enforce an enjoyable code style while pointing out the most pressing issues. When combined with Volar for VS Code for support of TypeScript in Single File Components, it is a setup that can speed up your development tremendously.
-
Ezno
It sounds like you want “deno compile” (https://deno.land/[email protected]/tools/compiler) plus “no-explicit-any” eslint rule (https://github.com/typescript-eslint/typescript-eslint/blob/...).
Or are you wanting a language with different semantics that could be compiled to machine code?
-
Creating FullStack Todo App - Angular+Material+FireBase+GithubAction+UnitTest+ESLint
We will also add ESLint for typescript as documented here.
-
MUI, is it that bad?
Yes because MUI offer's a lot's and lot's of customisation compared to alternative options. Its not VERY slow but it is slower than other non MUI TS code. Remember TS team is also continuously improving their performance because HUGE TS projects (like MUI) often have a bit slower performance and that is also because of lingering issues and quite a few people have pointed TS performance issues on their github ex. here. So, MUI typing is slow not just because of MUI team but also because of inherent performance issues within TS which will gradually improve.
-
Learn how to unleash the full potential of the type system of TypeScript
This is a point of confusion for many developers, who think it means 'any object type'.
https://github.com/typescript-eslint/typescript-eslint/blob/...
-
Do you really need to use all typescript features?
take a look a this: https://github.com/typescript-eslint/typescript-eslint/tree/main/packages/eslint-plugin/docs/rules
-
Setting up ESLint & Prettier in ViteJS
@typescript-eslint/eslint-plugin: An ESLint plugin which provides rules for TypeScript codebases.
What are some alternatives?
angular-eslint - :sparkles: Monorepo for all the tooling related to using ESLint with Angular
eslint-config-google - ESLint shareable config for the Google JavaScript style guide
ts-node - TypeScript execution and REPL for node.js
zod - TypeScript-first schema validation with static type inference
ts-standard - Typescript style guide, linter, and formatter using StandardJS
node-clinic - Clinic.js diagnoses your Node.js performance issues
eslint-plugin-import - ESLint plugin with rules that help validate proper imports. [Moved to: https://github.com/import-js/eslint-plugin-import]
TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
eslint-plugin-jest - ESLint plugin for Jest
WSL - Issues found on WSL
io-ts - Runtime type system for IO decoding/encoding
typescript-eslint-language-service - TypeScript language service plugin for ESLint