🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@webdevstudios/js-coding-standards

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webdevstudios/js-coding-standards

WebDevStudios JavaScript Coding Standards

1.3.0
latest
Source
npm
Version published
Maintainers
2
Created
Source

WebDevStudios. WordPress for big brands.

WebDevStudios JavaScript Coding Standards

How to Install

npm install @webdevstudios/js-coding-standards --save-dev

In your package.json, you can add:

"eslintConfig": {
    "extends": "@webdevstudios/js-coding-standards"
}

To modify package.json quickly using jq use:

echo $( npx jq '.eslintConfig = {"extends": "@webdevstudios/js-coding-standards"}' package.json ) | npx jq . > package-tmp.json && mv package-tmp.json package.json 

Changelog

  • See Releases...

FAQs

Package last updated on 14 Oct 2020

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