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

@silvermine/eslint-config

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@silvermine/eslint-config - npm Package Compare versions

Comparing version 2.0.0-rc3 to 2.0.0-rc4

.nvmrc

10

index.js

@@ -245,3 +245,3 @@ /**

'files': [ '*.ts' ],
'parser': 'typescript-eslint-parser',
'parser': 'eslint-plugin-typescript/parser',
'parserOptions': {

@@ -265,2 +265,6 @@ 'sourceType': 'module',

// TypeScript will be parsed in strict mode and output the `use-strict`
// directive for the transpiled JavaScript automatically.
'strict': [ 'error', 'never' ],
'no-empty-function': [ 'error', { 'allow': [ 'constructors' ] } ],

@@ -301,4 +305,4 @@

'allowAliases': 'in-unions-and-intersections',
'allowCallbacks': true,
'allowMappedTypes': true,
'allowCallbacks': 'always',
'allowMappedTypes': 'always',
},

@@ -305,0 +309,0 @@ ],

{
"name": "@silvermine/eslint-config",
"version": "2.0.0-rc3",
"version": "2.0.0-rc4",
"description": "JS Code Standards for all SilverMine projects - eslint enforcement",

@@ -23,7 +23,10 @@ "main": "index.js",

"homepage": "https://github.com/silvermine/eslint-config-silvermine#readme",
"engines": {
"node": ">= 8.10.0",
"npm": "6.4.1"
},
"dependencies": {
"@silvermine/eslint-plugin-silvermine": "2.1.0",
"eslint-plugin-typescript": "0.14.0",
"typescript": "3.0.3",
"typescript-eslint-parser": "17.0.1"
"eslint-plugin-typescript": "1.0.0-rc.2",
"typescript": "3.1.1"
},

@@ -30,0 +33,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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