#eslint search results
#ESLint statically analyzes your code to quickly find problems and notify warnings or errors. It's already configured if you're creating projects with VITE or can be manually installed in #Angular application by using the npm package "angular-eslint". Here some tips : )
We're getting closer... The #Angular architecture editor will launch soon-ish and let you define your #eslint based architectural types and rules with ease 😉
Using Angular ESLint on a non-v20 Angular version, and wondering which rules you can use already? I added a new page to the Angular Caniuse family! You can track when available angular-eslint rules were released. Discover: angular.courses/caniuse/eslint #angular #eslint
👋Hey folks, great news! 📖 #Angular Enterprise Architecture ebook 2.0 🚀 is OUT NOW! ✅ Well defined set of architectural building blocks ✅ Automated architecture validation with #eslint ✅ Example ready to use repository ✅ Standalone first approach and APIs ✅ Lots pf…
I wrote a brief introduction about how to write custom #ESLint rules. Enjoy reading! Link in first comment
Day 82 ✅ Took a short 3-day Manali trip with friends — that’s why I couldn’t post for a bit 🏔️ Back on track today 👨💻 Learned about: ✅ Using ESLint as formatter ✅ Proper Prettier configuration in Next.js Let’s go again 🔥 #Nextjs #ESLint #Prettier
#ESLint прекращает поддержку своих собственных средств форматирования и предлагает начать использовать сторонние, вроде #Prettier. Мои счастливые пять копеек по этому поводу: t.me/htmlshit/2350
🪷 This is what I want to understand, and I am looking for material to read about ESLint in depth. Guess what? I found this automatically. Thanks @kirat_tw for creating this amazing content!🌸 #100devs #eslint #nextjs
🪧 Created a project to demonstrate the "import/no-extraneous-dependencies" #ESLint rule 👨💻 github.com/piecioshka/dem…
🧠 ESLint is getting ready for multithreading! Soon you'll be able to lint faster by using multiple CPU cores with "--concurrency=auto" 🚀 Want to try it early? Test the feature here 👉 github.com/eslint/eslint/… Tried it already? Let us know! #eslint #webdev #javascript
Happiness after yesterdays talk at @bernerJS ! We've learned all about how to make sure that our #Angular (but also applicable to other frameworks) project architecture stays clean with automated architecture validation with #eslint for the whole project lifetime!
🅰️ The Angular team released a set of instructions to help AI make better #Angular code. Many of these rules are actually verifiable through #ESLint rules. 🔗Official instructions for LLMs: angular.dev/ai/develop-wit…
¡Adiós #ESlint y #Prettier! 👋 ¿#Biome es el futuro? 🚀 Lo configuramos a fondo. #programacion #frontend #backend
Before committing any changes, it's a habit to run 'pnpm build' to make sure all ESLint rules are passing and to have a smooth build process. #eslint #smooth #project #buildinpublic #codeinpublic #build
🆕 Zenn記事公開しました! 【TypeScript】typescript-eslint/no-explicit-any エラーと型安全ガイド anyエラーとの向き合い方 ・any と unknown との使い分け ・ジェネリクスの例 ・Zod/Prismaとの連携 ▼記事はこちら zenn.dev/ykbone/article… #TypeScript #ESLint #Zenn
Native ESLint support on GitHub Copilot code review!!!
Copilot code review now surfaces actionable feedback from linters, so the small stuff is never missed--and you can customize which linters are used via repository rulesets. This feature is available... github.blog/changelog/2025…
🖥️ saiyam1814/k8s-game This template provides a minimal setup to get #React working in #Vite with HMR and some #ESLint rules. github.com/saiyam1814/k8s… #TypeScript
eslint hasn't passed in 2 months... this will change this weekend
lost precious hours of development configuring eslint because: 1) eslint v9 fucking sucks. i hate it. 2) i forgot to include the root:true flag and vscode was pulling the global eslint 3) the global eslint had a bug should’ve gone with v8 instead
Front end tooling isn't production ready. Eslint broke because of python. Who decides these ridiculous dependency trees?
Last month we switched to oxlint for the speed, but reverted back to eslint because oxlint's editor experience is a buggy mess. Also using type aware rules forces us to TS v7 which required unwanted changes. I'm looking forward to oxlint but it still feels incomplete.
Using Angular ESLint on a non-v20 Angular version, and wondering which rules you can use already? I added a new page to the Angular Caniuse family! You can track when available angular-eslint rules were released. Discover: angular.courses/caniuse/eslint #angular #eslint
Want cleaner backend code with less fuss? Integrate ESLint early in your Node.js projects. Set rules aligned with your style, automate linting in CI, and watch bugs fade while code consistency shines. Lint smart, ship faster! 💡 #CleanCode #ESLint #BackendDev
🎉 I am so happy to share with you that `eslint-flat-config-viewer` is now the official ESlint Config Inspector! 🚀 Huge thanks to @slicknet and the @geteslint team for offering the chance and being very supportive! 💜 Give it a try and I hope you will find it helpful! 😆
This release also includes the new config inspector written by the prolific @antfu7: eslint.org/blog/2024/04/e…
~~I betrayed my faith~~ 🤣 I mean, It's actually pretty good! Try to use Prettier in ESLint to format only files (CSS/HTML) that ESLint does not have full support yet (they are working on making ESLint language-agnostic!) I told you I love Prettier! 💜 github.com/antfu/eslint-c…
github.com
feat: use prettier to format CSS and HTML by antfu · Pull Request #343 · antfu/eslint-config
ImportantUpdate: Please do not use it, it's has been deprecated in #346 👀 Check the readme for more details: https://github.com/antfu/eslint-config#prettier The current approach uses a fo...
🔍 Made a Visualized Flat Config viewer for @geteslint. Hopefully, it would help to author high-quality eslint configs and rules discovery! @nuxt_js made the whole process so simple, built the app and shipped it to npm with only a few lines of code 😆 github.com/antfu/eslint-f…
ESLint is planning to deprecate formatting rules. If that happens, I'll start an org for porting and continue maintaining those rules. Huge respect to the @geteslint and @tseslint teams for maintaining those rules for so long and helping us productive 💚 github.com/eslint/eslint/…
Speeding up the JavaScript ecosystem - Part 3 🚀 This time we're taking a closer look at eslint and what is needed for a linter to do it's jobs. There are a few surprises in there that would make it faster. marvinh.dev/blog/speeding-…
Last week, the ESLint TSC agreed to move forward with our first complete rewrite to reimagine ESLint for the next ten years. github.com/eslint/eslint/… If you’re a user, plugin developer, parser developer, or integrator, we want your feedback.
The newly redesigned ESLint website is now live! eslint.org This is the result of several months of work with the whole ESLint team plus: 🎨Visual design by @haydenbleasel 🛠️Implementation by @SaraSoueidan 🖼️Blog images by @gavnbarnett 🎬Animation by @cassiecodes
Hoy sale hilo de la herramienta de desarrollo que más uso y posiblemente la que más me gusta, ESLint, vamos a ver que es, como configurarla, personalizarla, extenderla y más. También usaremos prettier. Atenti, por que una vez que las sepas usar bien, no hay vuelta atrás 🧵
Ready to migrate to ESLint? Learn all about it in our latest YouTube video! ↓ goo.gle/angular-youtub…
#ESLint statically analyzes your code to quickly find problems and notify warnings or errors. It's already configured if you're creating projects with VITE or can be manually installed in #Angular application by using the npm package "angular-eslint". Here some tips : )
We're getting closer... The #Angular architecture editor will launch soon-ish and let you define your #eslint based architectural types and rules with ease 😉
#ESLint прекращает поддержку своих собственных средств форматирования и предлагает начать использовать сторонние, вроде #Prettier. Мои счастливые пять копеек по этому поводу: t.me/htmlshit/2350
Comparison of 3 major #ESLint style guides: Google, Airbnb and Standard VS Canonical. github.com/gajus/eslint-c…
Who else feels a little bit guilty when they disable #eslint or #typescript rules 🙈 ? #100DaysOfCode #CodeNewbie #Frontend #webdev #WomenWhoCode
#nodetips If you run `npm audit` in your CI you can test only production dependencies with: > `NODE_ENV=production npm audit` (Quite useful right now that there's an open security issue with an #ESLint dependency)
I wrote a brief introduction about how to write custom #ESLint rules. Enjoy reading! Link in first comment
I may be late to the party but I didn't know you could use the terminal ".." to go up one level when importing a file!! Thanks linter... 💎💎 #Reactjs #Airbnb #ESLint #Prettier #Javascript #ES6 #DevLife #programmer #frontenddev #FrontEndDevelopment #React
Day 82 ✅ Took a short 3-day Manali trip with friends — that’s why I couldn’t post for a bit 🏔️ Back on track today 👨💻 Learned about: ✅ Using ESLint as formatter ✅ Proper Prettier configuration in Next.js Let’s go again 🔥 #Nextjs #ESLint #Prettier
here’s another example of one-line custom #eslint rule: enforcing a naming convention on top-level test suites cc @slicknet
Write beautiful and consistent JavaScript code using ESLint, Prettier and VSCode go.learn4startup.com/c022586481 #javascript #vscode #eslint #prettier
Angular v13.2.0 automatically adds ESLint when running ng lint command. You don't have to search how to set up linting anymore. It's really nice to see small things like this which make DX better. #Angular #eslint #ngupdate
Super interesting talk about static code analysis tools from @jaimefjorge from @codacy and the involved movement. #WeAreDevs19 #Javascript #eslint
Something went wrong.
Something went wrong.
United States Trends
- 1. National Guard 299K posts
- 2. Thanksgiving 488K posts
- 3. Cease 20.9K posts
- 4. Afghan 35.8K posts
- 5. Blue Jays 7,939 posts
- 6. Arsenal 501K posts
- 7. Blood 189K posts
- 8. Liverpool 160K posts
- 9. Slot 131K posts
- 10. Frank Ragnow 9,031 posts
- 11. #StrangerThings5 27.9K posts
- 12. Bayern 258K posts
- 13. Rahmanullah Lakanwal 1,453 posts
- 14. Al Sharpton 4,563 posts
- 15. Seditious Six 137K posts
- 16. #triplegobble N/A
- 17. Neuer 26.5K posts
- 18. Insurrection Act 8,965 posts
- 19. #LightningStrikes N/A
- 20. Bevo N/A