Socket
Socket
Sign inDemoInstall

eslint-config-xo-typescript

Package Overview
Dependencies
Maintainers
3
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.4.0 to 0.4.1

5

index.js

@@ -53,2 +53,5 @@ 'use strict';

Function: 'Use a specific function type instead, like `() => void`.',
// This one doesn't seem to be working.
// TODO: Report it.
any: {

@@ -79,3 +82,3 @@ message: 'Use `unknown` instead.',

'error',
'^[A-Z][a-zA-Z]+$'
'^T$|^[A-Z][a-zA-Z]+$'
],

@@ -82,0 +85,0 @@ indent: 'off',

2

package.json
{
"name": "eslint-config-xo-typescript",
"version": "0.4.0",
"version": "0.4.1",
"description": "ESLint shareable config for TypeScript to be used with eslint-config-xo",

@@ -5,0 +5,0 @@ "license": "MIT",

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