An ESLint shareable configuration based on StandardJS rules with two modifications: removes the space-before-function-paren rule and the handle-callback-err rule. Version 1.0.7 is the latest, released in 2017. It requires ESLint >= 3.19.0 and peer dependencies for plugins (import, node, promise, standard). Suitable for JavaScript projects following StandardJS but with relaxed function parenthesis and callback error handling.
npm install eslint-config-requarksVerified import paths — ran on the pinned version, not inferred.
Install the config and peer deps, then use extends: 'requarks' in ESLint config.
Consider using eslint-config-standard directly or a modern alternative.
Use 'requarks' not 'eslint-config-requarks' in extends.
Run npm install --save-dev eslint-config-requarks eslint-plugin-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-node
npm install --save-dev eslint-plugin-standard
Remove rule from config or update to a modern ESLint config.