Socket
Socket
Sign inDemoInstall

eslint-config-airbnb-typescript

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 12.1.0 to 12.2.0

5

lib/shared.js

@@ -206,2 +206,7 @@ const { rules: baseBestPracticesRules } = require('eslint-config-airbnb-base/rules/best-practices');

// Replace Airbnb 'object-curly-spacing' rule with '@typescript-eslint' version
// https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/object-curly-spacing.md
'object-curly-spacing': 'off',
'@typescript-eslint/object-curly-spacing': baseStyleRules['object-curly-spacing'],
// Append 'ts' and 'tsx' to Airbnb 'import/extensions' rule

@@ -208,0 +213,0 @@ // https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/extensions.md

2

package.json

@@ -14,3 +14,3 @@ {

},
"version": "12.1.0",
"version": "12.2.0",
"scripts": {

@@ -17,0 +17,0 @@ "pre-commit": "lint-staged",

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