Analysis updated 2026-07-06 · repo last pushed 2017-10-02
Enforce consistent JavaScript formatting across a team so code reviews focus on logic instead of style.
Quickly adopt a opinionated style guide for a new project without configuring dozens of linting rules individually.
Automatically check code style as part of a build process or directly in your code editor.
Standardize code style across projects in the requarks ecosystem like wiki.js.
| requarks/eslint-config-requarks | alexlabs-ai/brain-concierge | ayushnau/workday_jobautomator | |
|---|---|---|---|
| Stars | — | 0 | 0 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2017-10-02 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires ESLint to already be installed in your project, after that it's a one-line config addition with no external infrastructure needed.
eslint-config-requarks is a set of code style rules for JavaScript projects. It helps teams automatically check that their code looks consistent, so every developer writes in a similar style without having to debate formatting choices. At a high level, it builds on an existing popular style guide called StandardJS, which enforces conventions like no semicolons and specific spacing patterns. The main difference is that this config relaxes a couple of StandardJS's rules: it won't force you to put a space before function parentheses, and it won't require specific handling of error variables in catch blocks. Once installed, a tool called ESLint runs these checks against your code automatically, either in your editor or as part of your build process. The people who'd use this are developers working on projects tied to the requarks ecosystem (the team behind wiki.js and similar tools) who want a straightforward, opinionated style guide without needing to configure every rule themselves. A founder or PM managing a small engineering team might also appreciate it because it removes formatting debates from code reviews, the rules are set, and the tool enforces them. For a beginner, it's a way to adopt good JavaScript habits without having to understand every individual linting rule. The notable tradeoff here is simplicity over flexibility. Rather than offering dozens of configurable options, it gives you one preset that's close to StandardJS with minor tweaks. If you agree with those choices, it's a one-line setup. If you want different rules, you'd need to override them yourself. The README is brief and doesn't go into detail about why those specific two rules were changed, so you're trusting the maintainer's judgment on what makes code cleaner.
A ready-to-use set of JavaScript code style rules based on StandardJS with minor tweaks, so teams can enforce consistent formatting without debating rules or configuring everything themselves.
Mainly JavaScript. The stack also includes JavaScript, ESLint, StandardJS.
Dormant — no commits in 2+ years (last push 2017-10-02).
The repository does not explicitly state a license, so usage rights are unclear without checking the actual license file.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.