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

eslint-config-cheminfo

Package Overview
Dependencies
Maintainers
6
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.7.0 to 1.8.0

10

History.md

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

<a name="1.8.0"></a>
# [1.8.0](https://github.com/cheminfo/eslint-config/compare/v1.7.0...v1.8.0) (2017-05-11)
### Features
* add new rules ([34bddc6](https://github.com/cheminfo/eslint-config/commit/34bddc6))
<a name="1.7.0"></a>

@@ -2,0 +12,0 @@ # [1.7.0](https://github.com/cheminfo/eslint-config/compare/v1.6.0...v1.7.0) (2017-03-10)

@@ -118,2 +118,3 @@ 'use strict';

'no-new-wrappers': 'error',
'no-redeclare': 'error',
'no-shadow-restricted-names': 'error',

@@ -124,4 +125,8 @@ 'no-trailing-spaces': 'error',

'no-unused-expressions': 'error',
'no-unused-vars': 'error',
'no-with': 'error',
'object-curly-spacing': ['error', 'never'],
'one-var': ['error', {initialized: 'never'}],
'one-var-declaration-per-line': ['error', 'initializations'],
'quote-props': ['error', 'as-needed'],
'quotes': ['error', 'single', 'avoid-escape'],

@@ -128,0 +133,0 @@ 'semi': 'error',

9

package.json
{
"name": "eslint-config-cheminfo",
"version": "1.7.0",
"version": "1.8.0",
"description": "Shared ESLint config for cheminfo and ml.js projects",
"main": "index.js",
"files": ["index.js"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
"test": "node test/test.js"
},

@@ -23,3 +24,7 @@ "repository": {

"eslint-plugin-no-only-tests": ">=1.1.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-plugin-no-only-tests": "^1.1.0"
}
}
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