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

@reverecre/eslint-config

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reverecre/eslint-config - npm Package Compare versions

Comparing version 2.0.7 to 2.1.0

14

index.js

@@ -57,8 +57,10 @@ module.exports = {

'@typescript-eslint/return-await': ['error', 'in-try-catch'],
// TODO(REV-3849): Enable these rules for type imports.
// '@typescript-eslint/no-import-type-side-effects': 'error',
// '@typescript-eslint/consistent-type-imports': [
// 'error',
// { fixStyle: 'inline-type-imports' },
// ],
'@typescript-eslint/consistent-type-imports': [
'error',
{
prefer: 'type-imports',
fixStyle: 'inline-type-imports',
},
],
'@typescript-eslint/no-import-type-side-effects': 'error',
'default-case': ['error'],

@@ -65,0 +67,0 @@ 'guard-for-in': 'error',

{
"name": "@reverecre/eslint-config",
"version": "2.0.7",
"version": "2.1.0",
"description": "Shared ESLint config for Revere TypeScript projects",

@@ -5,0 +5,0 @@ "repository": {

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