Resolving Invalid Custom Tailwind Classname ESLint Warning, by @aman.bsky.social:
https://amanhimself.dev/blog/resolving-custom-tailwind-classname-eslint-warning/
Resolving Invalid Custom Tailwind Classname ESLint Warning, by @aman.bsky.social:
https://amanhimself.dev/blog/resolving-custom-tailwind-classname-eslint-warning/
Does anyone have a eslint/ similar setup for reporting throw anything other than an Error/ Exception?
#typescript #eslint
Its stupid that its legal in C++, but I understand why its there. TS!==C++
Any #javascript devs familiar with #eslint able to tell me what I'm doing wrong here?
```
import mbxConfig from 'mbx-eslint-config';
export default [
{
ignores: [
"dist"
],
},
mbxConfig.configs.recommended,
];
```
`mbx-eslint-config` includes stylistic recommended rules and then a set of rule overrides, but the resulting config from this file is ignoring my override on the `max-len` rule.
`npx eslint --inspect-config` shows me the expected output.
De la difficulté que peut représenter la migration de ESLint 8 vers ESLint 9.
Anyone here doing #typescript development with #eslint and a #language-service like #emacs #eglot?
- to run eslint as part of the typescript compiler, I use this plugin https://github.com/Quramy/typescript-eslint-language-service, which is even referenced on the tsconfig documentation page,
- eslint-9 changed a lot of things, in particular it does not seem to work with the plugin
But for reasons I would like to use eslint-9. Anyone here who has experience with this and got it to work?
There's now an #ESLint rule to check the #Baseline status of CSS features: https://web.dev/blog/eslint-baseline-integration.
```
/var/www/my-cool-web-project/src/css/styles.css
269:3 warning Property 'overflow' is not a widely available baseline feature css/require-baseline
```
Is there a lint rule that you've always felt was missing?
With Deno 2.2's new lint plugin system, you can write and publish your own!
For the next week, if you publish a lint rule, you'll get a free prize.
Some fun work to try to apply #eslint -style rules to a #dotnet project using #jetbrains #rider - with thanks to @khalidabuhakmeh
https://tedspence.com/block-a-method-call-in-your-dotnet-project-with-roslyn-7692b1cbbd22
#Development #Launches
ESLint now supports CSS linting · The @eslint/css plugin is based on CSSTree https://ilo.im/162ex6
_____
#CSS #Code #Maintainability #Linter #Plugin #ESLint #CSSTree #Npm #WebDev #Frontend
ESLint v9.19.0: New Features and Bug Fixes to Enhance Your JavaScript Development
The latest release of ESLint, a crucial tool for JavaScript developers, introduces enhancements that streamline coding practices and improve error handling. With version 9.19.0, developers can expect ...
holy fuck the enshittification of #eslint.
#npm, le gestionnaire de modules un tantinet bordélique de #nodejs, a tendance à s'étaler comme un sagouin en mode YOLO.
Et on a beau avoir que 2-3 dépendances dans ses projets (#eslint, #esbuild, ...), on peut vite se retrouver avec un cache npm de plus de 1 Go...
1 PUTXXX DE GIGA.
Pour des applications web qui font 50 Ko minifiées.
Donc ne pas oublier de faire #nettoyage de tant à autre :
npm cache clean --force
Je passe ainsi de 1 Go à 2.5 Mo !
2/ I'm thinking here particularly of junior to mid-level #developers who may not have a lot of "work" they can show.
I'm also thinking particularly of #web development. In my mind they should probably be looking for a full-stack app that:
1. Uses popular tech like #docker, #git, #github, #githubactions, #eslint, #typescript, #sql, #react, #aws or the like.
2. Allows them to get involved in the full lifecycle - from setting up a local dev environment through CI/CD to production.
Anyone who have experienced issues with #typescriptEslint on the latest #ESLint releases when using #neostandard: Update to #npmRelease 0.11.9 to get the latest typescript-eslint: https://github.com/neostandard/neostandard/releases/tag/v0.11.9
Calling all #BlindProgrammers using #VSCode! I'm looking for accessible #linter options to catch coding errors. What linters do you use, and how do you make them work with screen readers? Any tips for making #ESLint more accessible?
#PhpStorm 2024.2.4 maintenance update includes several important fixes and improvements for #PHP developers
Key improvements:
Fixed editor tab pane resizing issue when placed on left/right after #IDE restart
Resolved classic terminal cursor shape reset problem
Improved #ESLint configuration detection for eslint.config.ts files
Fixed #GitLab chunked transfer encoding issue during READING_LENGTH state
This minor release focuses on stability and user experience enhancements for the popular #JetBrains development environment
Full release notes available at:
https://youtrack.jetbrains.com/articles/WI-A-231736187
Sometimes I feel like a born again #bureaucrat.
Especially when adding the following to an eslintrc file:
#typescript-#eslint/strict-type-checked
#typescript-#eslint/stylistic-type-checked