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

eslint-config-es

Package Overview
Dependencies
Maintainers
4
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-es - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

2

2015/server.js

@@ -244,3 +244,3 @@ 'use strict';

'semi-spacing': [ 2, { before: false, after: true }],
'sort-keys': [ 2, 'asc', { caseSensitive: true, natural: true }],
'sort-keys': [ 0 ],
'sort-vars': [ 2, { ignoreCase: true }],

@@ -247,0 +247,0 @@ 'space-before-blocks': [ 2, 'always' ],

{
"name": "eslint-config-es",
"version": "0.8.2",
"description": "eslint-config-es contains a strict ESLint configuration for ES2015.",
"version": "0.8.3",
"description": "eslint-config-es contains a very strict ESLint configuration for ES2015 and above.",
"contributors": [

@@ -6,0 +6,0 @@ {

# eslint-config-es
eslint-config-es contains a strict ESLint configuration for ES2015.
eslint-config-es contains a very strict ESLint configuration for ES2015 and above.

@@ -16,3 +16,3 @@ ## Installation

This module contains a strict ESLint configuration and ES2015, both for server and client development.
This module contains a very strict ESLint configuration for ES2015 and above, both for server and client development. Its aims to eradicate *any* variation in code style. If you can not tell any more, based on little individual manners, who of your co-workers wrote a piece of code, this module succeeded. This helps you to narrow down your focus to pure functionality, as you do not have to think about code styling any more at all.

@@ -19,0 +19,0 @@ To use one of those configurations, create a `.eslintrc.json` file in your project and use the `extends` keyword.

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