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

eslint-config-cheminfo

Package Overview
Dependencies
Maintainers
4
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-cheminfo - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

10

History.md

@@ -0,1 +1,11 @@

<a name="1.1.1"></a>
## [1.1.1](https://github.com/cheminfo/eslint-config/compare/v1.1.0...v1.1.1) (2016-07-26)
### Bug Fixes
* put allow-null in correct rule ([01a5b8a](https://github.com/cheminfo/eslint-config/commit/01a5b8a))
<a name="1.1.0"></a>

@@ -2,0 +12,0 @@ # [1.1.0](https://github.com/cheminfo/eslint-config/compare/v1.0.0...v1.1.0) (2016-07-26)

4

index.js

@@ -17,4 +17,4 @@ 'use strict';

'comma-style': 'error',
'eol-last': ['error', 'allow-null'],
'eqeqeq': 'error',
'eol-last': 'error',
'eqeqeq': ['error', 'allow-null'],
'indent': ['error', 4, {SwitchCase: 1}],

@@ -21,0 +21,0 @@ 'key-spacing': 'error',

{
"name": "eslint-config-cheminfo",
"version": "1.1.0",
"version": "1.1.1",
"description": "Shared ESLint config for cheminfo and ml.js projects",

@@ -5,0 +5,0 @@ "main": "index.js",

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