🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

eslint-config-node-moar-test

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-node-moar-test

If you do not test, you will never rest

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

A "moar" ESLint configuration - for tests

License Version Build Status Known Vulnerabilities

An ESLint Shareable Config that includes:

  • extends moar - a strict and complete ruleset that also extends node/reccomended, sonarjs, security and promise plugins
  • The functional programming plugin
  • The unicorn plugin

Basic usage

Install all the dependencies:

yarn add -D eslint eslint-config-node-moar eslint eslint-config-node-moar-stricter eslint-plugin-node eslint-plugin-security eslint-plugin-sonarjs eslint-plugin-fp eslint-plugin-unicorn

Add it in your own .eslintrc.js like this:

module.exports = {
  extends: [
    'node-moar-test',
  ],
}

Keywords

eslint

FAQs

Package last updated on 11 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts