New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-cheminfo-typescript

Package Overview
Dependencies
Maintainers
4
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-cheminfo-typescript - npm Package Compare versions

Comparing version 9.0.0 to 10.0.0

12

CHANGELOG.md
# Changelog
## [10.0.0](https://www.github.com/cheminfo/eslint-config-cheminfo-typescript/compare/v9.0.0...v10.0.0) (2021-10-15)
### ⚠ BREAKING CHANGES
* update to ESLint v8
### Features
* support cts and mts extensions ([b7913b7](https://www.github.com/cheminfo/eslint-config-cheminfo-typescript/commit/b7913b77c73fb2d87aa6c720e59396920e8cca59))
* update to ESLint v8 ([039dfb7](https://www.github.com/cheminfo/eslint-config-cheminfo-typescript/commit/039dfb7cc61c1007a1a3175158c64ea4faf80780))
## [9.0.0](https://www.github.com/cheminfo/eslint-config-cheminfo-typescript/compare/v8.0.11...v9.0.0) (2021-10-12)

@@ -4,0 +16,0 @@

17

index.js

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

{
files: ['*.{ts,tsx}'],
files: ['*.{ts,tsx,cts,mts}'],
extends: ['plugin:import/typescript'],

@@ -49,3 +49,2 @@ plugins: ['@typescript-eslint'],

'@typescript-eslint/no-implicit-any-catch': 'off',
'@typescript-eslint/no-implied-eval': 'off',
'@typescript-eslint/no-inferrable-types': 'error',

@@ -122,2 +121,4 @@ '@typescript-eslint/no-invalid-void-type': 'off',

'@typescript-eslint/no-extra-semi': 'error',
'no-implied-eval': 'off',
'@typescript-eslint/no-implied-eval': 'error',
'no-loop-func': 'off',

@@ -129,5 +130,5 @@ '@typescript-eslint/no-loop-func': 'error',

'@typescript-eslint/no-redeclare': 'error',
'no-throw-literal': 'off',
'@typescript-eslint/no-throw-literal': 'error',
'no-unused-expressions': 'off',
'@typescript-eslint/no-throw-literal': 'error',
'no-throw-literal': 'off',
'@typescript-eslint/no-unused-expressions': 'error',

@@ -139,2 +140,7 @@ 'no-unused-vars': 'off',

],
'padding-line-between-statements': 'off',
'@typescript-eslint/padding-line-between-statements': [
'error',
{ blankLine: 'always', prev: 'directive', next: '*' },
],
'no-return-await': 'off',

@@ -145,5 +151,6 @@ '@typescript-eslint/return-await': 'error',

{
files: ['**/__tests__/**/*.{ts,tsx}', '*.test.{ts,tsx}'],
files: ['**/__tests__/**/*.{ts,tsx,cts,mts}', '*.test.{ts,tsx,cts,mts}'],
rules: {
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/no-empty-function': 'off',
},

@@ -150,0 +157,0 @@ },

{
"name": "eslint-config-cheminfo-typescript",
"version": "9.0.0",
"version": "10.0.0",
"description": "Shared ESLint config for TypeScript projects",

@@ -10,3 +10,3 @@ "main": "index.js",

"scripts": {
"test": "node test/test.js"
"test": "node test/test.mjs"
},

@@ -25,9 +25,9 @@ "repository": {

"dependencies": {
"eslint-config-cheminfo": "^6.0.0"
"eslint-config-cheminfo": "^7.0.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=5.0.0",
"@typescript-eslint/parser": ">=5.0.0",
"eslint": ">=7.8.0",
"typescript": ">=4.0.0"
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.1",
"typescript": "^4.0.2"
},

@@ -37,3 +37,3 @@ "devDependencies": {

"@typescript-eslint/parser": "5.0.0",
"eslint": "7.8.0",
"eslint": "8.0.1",
"prettier": "^2.4.1",

@@ -40,0 +40,0 @@ "typescript": "4.0.2"

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