New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@release-notes/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@release-notes/eslint-config

ESLint configuration to check Coding Standards on Release Notes node.js projects.

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
1
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Release Notes Coding Style

Extends Airbnb JavaScript Style Guide for use on release-notes node projects.

Installation

$ npm i --save-dev @release-notes/eslint-config eslint eslint-plugin-import

And add an .eslintrc.yml file:

extends: '@release-notes'

plugins:
  - import

env:
  es6: true
  node: true

parserOptions:
  sourceType: script

Usage

Run npm run lint in order to test the codebase for coding standard violations.

LICENSE

The files in this archive are released under MIT license. You can find a copy of this license in LICENSE.

Keywords

eslint

FAQs

Package last updated on 24 Aug 2017

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