Hacker News
- ESLint: Deprecation of Formatting Rules https://eslint.org/blog/2023/10/deprecating-formatting-rules/ 3 comments
- Writing custom ESLint rules for your picky developers https://flexport.engineering/writing-custom-lint-rules-for-your-picky-developers-67732afa1803 5 comments
- How we evolve our code: Notion's "ratcheting" system using custom ESLint rules https://www.notion.com/blog/how-we-evolved-our-code-notions-ratcheting-system-using-custom-eslint-rules 3 comments
- `no-pipe` ESLint rule https://github.com/arendjr/eslint-plugin-no-pipe 6 comments
Lobsters
- The most important ESLint rule: max-params https://dev.to/gajus/the-most-important-eslint-rule-max-params-349l 3 comments javascript
- typescript-eslint no implicit any rule? https://github.com/typescript-eslint/typescript-eslint 13 comments typescript
- eslint-config-canonical: 1,000+ rules ESLint rules https://github.com/gajus/eslint-config-canonical 8 comments javascript
- eslint-config-canonical: 1,000+ rules ESLint rules https://github.com/gajus/eslint-config-canonical 40 comments javascript
- 100+ ESLint rules https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v42.0.0 5 comments javascript
- 60+ useful ESLint rules https://github.com/sindresorhus/eslint-plugin-unicorn 74 comments javascript
- Chromium developers' eslint rules https://cs.chromium.org/chromium/src/.eslintrc.js?q=lang:%5Ejavascript$&sq=package:chromium&dr 53 comments javascript
- Writing custom EsLint rules https://www.kenneth-truyers.net/2016/05/27/writing-custom-eslint-rules/ 4 comments javascript
- [AskJS] What are some (niche?) ESLint rules you couldn't live without? https://www.reddit.com/r/javascript/comments/hemp97/askjs_what_are_some_niche_eslint_rules_you/ 22 comments javascript
- ~7 eslint rules that will tumble the lint right off your lil sockies https://cmdcolin.github.io/posts/2023-08-20-typescriptlint 12 comments typescript
- RisXSS, the missing ESLint rule for React and Vue https://blog.theodo.com/2021/07/risxss-missing-eslint-rule-react-vue/ 7 comments reactjs
- ESLint v6.7.0 released: includes 5 new rules https://eslint.org/blog/2019/11/eslint-v6.7.0-released 6 comments javascript
- Using ESLint with TypeScript (and the React Hooks Rule plugin) https://medium.com/@oliver.grack/using-eslint-with-typescript-and-react-hooks-and-vscode-c583a18f0c75 3 comments reactjs
- Custom Project-Based ESLint Rules https://blog.silvenon.com/custom-project-based-eslint-rules-b7b4e3aaf951 19 comments javascript
- ESLint rule to enforce function-based dependency injection https://angular.dev/reference/migrations/inject-function 2 comments angular
- eslint-plugin-better-styled-components: ESlint plugin with an auto-fixable rule to sort alphabetically declarations in styled components 💅. https://www.npmjs.com/package/eslint-plugin-better-styled-components 5 comments javascript
- eslint-plugin-superstition - ESLint superstition rules (forbid using numbers 13, 666 and etc., they are bad omens!) https://www.npmjs.com/package/eslint-plugin-superstition 7 comments javascript
- eslint-plugin-big-number-rules: Enforce finance-safe calculations (helps 0.1 + 0.2 really equal 0.3) https://www.npmjs.com/package/eslint-plugin-big-number-rules 3 comments javascript