Socket
Socket
Sign inDemoInstall

@billogram/eslint-config

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@billogram/eslint-config - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [2.2.0](https://github.com/billogram/frontend-dev-tools/compare/@billogram/eslint-config@2.1.0...@billogram/eslint-config@2.2.0) (2019-03-12)
### Features
* **eslint:** Migrate no unused vars check to eslint ([4afcdff](https://github.com/billogram/frontend-dev-tools/commit/4afcdff))
# [2.1.0](https://github.com/billogram/frontend-dev-tools/compare/@billogram/eslint-config@2.0.0...@billogram/eslint-config@2.1.0) (2019-03-06)

@@ -8,0 +19,0 @@

4

config/typescript.js

@@ -26,3 +26,3 @@ const fs = require('fs');

'no-undef': 'off',
// The TypeScript compiler will catch these errors.
// Replaced by @typescript-eslint/no-unused-vars.
'no-unused-vars': 'off',

@@ -72,3 +72,3 @@ '@typescript-eslint/adjacent-overload-signatures': 'warn',

'@typescript-eslint/no-unnecessary-type-assertion': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': ['warn', { vars: 'all', args: 'after-used' }],
'@typescript-eslint/no-use-before-define': 'warn',

@@ -75,0 +75,0 @@ '@typescript-eslint/no-useless-constructor': 'warn',

{
"name": "@billogram/eslint-config",
"version": "2.1.0",
"version": "2.2.0",
"description": "Custom ESLint configurations",

@@ -5,0 +5,0 @@ "keywords": [

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