Open Source Libs
Find Open Source Packages
Open Source Libraries
👉
Eslint Rules
42 Open Source Eslint Rules Software Projects
Free and open source eslint rules code projects including engines, APIs, generators, and tools.
Xo
6343 ⭐
❤️ JavaScript/TypeScript linter (ESLint wrapper) with great defaults
Eslint Plugin Unicorn
2261 ⭐
Various awesome ESLint rules
Eslint Plugin Proper Arrows
278 ⭐
ESLint rules to ensure proper arrow function definitions
Eslint Plugin Ava
220 ⭐
ESLint rules for AVA
Eslint Plugin Functional
451 ⭐
ESLint rules to disable mutation and promote fp in JavaScript and TypeScript.
Eslint Plugin Import Helpers
234 ⭐
ESLint plugin to help enforce a configurable order for import statements
Eslint Config Xo
216 ⭐
ESLint shareable config for XO
Humanmade Coding Standards
132 ⭐
Human Made coding standards for modern code
Eslint Config Xo Typescript
117 ⭐
ESLint shareable config for TypeScript to be used with eslint-config-xo
Eslint Plugin Boundaries
221 ⭐
Eslint plugin checking architecture boundaries between elements
Eslint Config Xo React
101 ⭐
ESLint shareable config for React to be used with eslint-config-xo
Eslint Plugin I18n JSon
123 ⭐
Fully extendable eslint plugin for JSON i18n translation files.
Eslint Plugin Tutorial
129 ⭐
A tutorial/template repository to explain how to create your eslint plugins
Eslint Plugin Proper Ternary
91 ⭐
ESLint rules to ensure proper usage of ternary/conditional expressions
Eslint Plugin No Secrets
86 ⭐
An eslint plugin to find strings that might be secrets/credentials
Eslint Config Ivweb
63 ⭐
ESLint shareable config for the IVWEB JavaScript style guide.
Eslint Plugin Optimize Regex
57 ⭐
Optimize regex literals
Cra Template Quickstart Redux
61 ⭐
Opinionated quickstart Create React App template with Redux, React Testing Library and custom eslint configuration
Eslint Config Xo Space
44 ⭐
ESLint shareable config for XO with 2-space indent
Eslint Disable Probot
42 ⭐
🤖 A bot that comments on PRs that try to disable certain eslint rules
Eslint Plugin Require Sort
34 ⭐
ESlint plugin for sorting requires (CommonJS modules) alphabetically
Eslint Plugin Strict Vue
29 ⭐
Vue eslint plugin with rules to make you code stricter: enforce jsdoc, restrict rootGetters, rootState and more.
Eslint Plugin No Only Tests
45 ⭐
ESLint rule for catching focused/only test blocks
Cra Template Typescript Redux
74 ⭐
Create React App template with Redux, TypeScript, React Router, Enzyme and custom ESlint
Eslint Plugin Arrow Require This
27 ⭐
DEPRECATED: ESLint rule to require arrow functions to reference the 'this' keyword
Eslint Config Xo Flow
24 ⭐
ESLint shareable config for Flow to be used with eslint-config-xo
Eslint Config Strict
26 ⭐
ESLint sharable config for strict linting
Eslint Config Get Off My Lawn
42 ⭐
A highly opinionated, sharable config of ESLint rules to produce beautiful, readable JavaScript.
Eslint Config Equimper
20 ⭐
Eslint-Configuration with easy install + es6-es7
Eslint Plugin Prefer Object Spread
19 ⭐
ESLint rule for suggesting that object spread properties be used instead of Object.assign()
Eslint Plugin Tailwind
93 ⭐
ESLint rules for Tailwind CSS
Eslint Plugin React Pug
19 ⭐
Add supporting of pugjs with react
Eslint Plugin Notice
20 ⭐
An eslint rule that checks the top of files and --fix them too!
Eslint Config Fullstack
14 ⭐
A complete ESLint config file to help students avoid errors and learn best practices
Eslint Config Idiomatic
14 ⭐
ESLint config for the idiomatic js style
Eslint Config Leapfrog
14 ⭐
Set of ESLint rules for JavaScript projects at Leapfrog.
Eslint Plugin Codecept.js
14 ⭐
Eslint rules for CodeceptJS
Eslint Config Gatsby Standard
12 ⭐
Yet Another ESLint Config. This one installs rules required to use standardJS with Gatsby
Eslint Plugin Tsc
19 ⭐
Wraps a TypeScript compiler checks
Eslint Config Auto
340 ⭐
Automatically configure ESLint based on project dependencies
Humanscape Eslint Config
12 ⭐
All of ESLint configurations for Humanscape
Eslint Plugin Fp Ts Strict
14 ⭐
ESLint plugin for typescript to enforce fp-ts functions to avoid the most common javascript problems