Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@strv/eslint-config-javascript

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@strv/eslint-config-javascript - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

package.json
{
"name": "@strv/eslint-config-javascript",
"description": "Write bulletproof JavaScript like a pro!",
"version": "2.1.0",
"version": "2.1.1",
"author": "Robert Rossmann <robert.rossmann@strv.com>",

@@ -6,0 +6,0 @@ "bugs": {

# JavaScript Coding Standards
> Write bulletproof JavaScript like a pro!
> Write bulletproof JavaScript like a pro! 😎

@@ -11,3 +11,3 @@ [![Build Status][travis-badge]][travis-url]

This repository contains various configuration files for the awesome JavaScript linter, [ESLint][eslint-url]. The configuration files are purposefully separated into various categories to allow their composition according to developers' preferences or requirements. It should also make adoption of ESlint across existing codebases easier.
This repository contains various configuration files for the awesome JavaScript linter, [ESLint][eslint-url]. The configuration files are purposefully separated into various categories to allow their composition according to developers' preferences or requirements. It should also make adoption of ESLint across existing codebases easier.

@@ -21,2 +21,14 @@ ## Goals

## Usage
### Installation
This package can be installed via npm:
`npm install --save-dev @strv/eslint-config-javascript`
### Configuration
Once the ruleset is installed, you must create your own *.eslintrc* configuration file in your project's root and include those rulesets that you want to use. See the [examples](examples) directory for, well... examples.
## Structure

@@ -38,16 +50,2 @@

## Usage
### Installation
This package can be installed via npm using Github-URL:
`npm install --save-dev strvcom/js-coding-standards`
> Note that the package will be installed as `eslint-config-javascript`, because that's what the package's name is.
### Configuration
Once the ruleset is installed, you must create your own *.eslintrc* configuration file in your project's root and include those rulesets that you want to use. See the [examples](examples) directory for, well... examples.
## Status

@@ -66,5 +64,6 @@

[eslint-url]: http://eslint.org
[travis-badge]: https://travis-ci.org/strvcom/js-coding-standards.svg
[travis-url]: https://travis-ci.org/strvcom/js-coding-standards
[eslint-version]: https://img.shields.io/badge/ESLint->=2.1.0-brightgreen.svg
[eslint-version]: https://img.shields.io/badge/ESLint->=2.2.0-brightgreen.svg
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc