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.9.1 to 1.10.0

10

History.md

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

<a name="1.10.0"></a>
# [1.10.0](https://github.com/cheminfo/eslint-config/compare/v1.9.1...v1.10.0) (2018-01-09)
### Features
* use jest plugin ([0b517c1](https://github.com/cheminfo/eslint-config/commit/0b517c1)), closes [#6](https://github.com/cheminfo/eslint-config/issues/6)
<a name="1.9.1"></a>

@@ -2,0 +12,0 @@ ## [1.9.1](https://github.com/cheminfo/eslint-config/compare/v1.9.0...v1.9.1) (2017-12-06)

12

index.js

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

plugins: [
'no-only-tests'
'jest'
],

@@ -185,4 +185,12 @@ rules: {

'no-only-tests/no-only-tests': 'error'
// Jest plugin (https://github.com/jest-community/eslint-plugin-jest)
'jest/no-disabled-tests': 'warn',
'jest/no-focused-tests': 'error',
'jest/no-identical-title': 'error',
'jest/no-large-snapshots': 'off',
'jest/prefer-to-have-length': 'error',
'jest/prefer-to-be-null': 'error',
'jest/prefer-to-be-undefined': 'error',
'jest/valid-expect': 'error'
}
};

8

package.json
{
"name": "eslint-config-cheminfo",
"version": "1.9.1",
"version": "1.10.0",
"description": "Shared ESLint config for cheminfo and ml.js projects",

@@ -25,8 +25,8 @@ "main": "index.js",

"eslint": ">=4.2.0",
"eslint-plugin-no-only-tests": ">=1.1.0"
"eslint-plugin-jest": ">=21.5.0"
},
"devDependencies": {
"eslint": "^4.12.1",
"eslint-plugin-no-only-tests": "^2.0.0"
"eslint": "^4.15.0",
"eslint-plugin-jest": "^21.6.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