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.6.0 to 0.7.0

13

index.js

@@ -52,2 +52,6 @@ 'use strict';

},
Symbol: {
message: 'Use `symbol` instead.',
fixWith: 'symbol'
},
Object: {

@@ -133,3 +137,7 @@ message: 'Use `object` instead.',

'@typescript-eslint/no-namespace': 'error',
'@typescript-eslint/no-non-null-assertion': 'error',
// Disabled until this is resolved:
// https://github.com/typescript-eslint/typescript-eslint/issues/202
// '@typescript-eslint/no-non-null-assertion': 'error',
'@typescript-eslint/no-object-literal-type-assertion': [

@@ -153,2 +161,3 @@ 'error',

'@typescript-eslint/no-unnecessary-type-assertion': 'error',
'no-unused-vars': 'off',

@@ -166,2 +175,4 @@ '@typescript-eslint/no-unused-vars': [

],
'no-useless-constructor': 'off',
'@typescript-eslint/no-useless-constructor': 'error',
'@typescript-eslint/no-var-requires': 'error',

@@ -168,0 +179,0 @@

16

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

@@ -45,13 +45,13 @@ "license": "MIT",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.1.0",
"ava": "^1.1.0",
"eslint": "^5.12.1",
"@typescript-eslint/eslint-plugin": "^1.2.0",
"ava": "^1.2.0",
"eslint": "^5.13.0",
"temp-write": "^3.4.0",
"typescript": "^3.2.4"
"typescript": "^3.3.1"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=1.1.0",
"eslint": ">=5.12.1",
"typescript": ">=3.2.4"
"@typescript-eslint/eslint-plugin": ">=1.2.0",
"eslint": ">=5.13.0",
"typescript": ">=3.3.1"
}
}
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