You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

eslint-config-productsway

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0-0 to 1.3.0-1

2

package.json
{
"name": "eslint-config-productsway",
"version": "1.3.0-0",
"version": "1.3.0-1",
"keywords": [

@@ -5,0 +5,0 @@ "javascript",

@@ -10,9 +10,4 @@ const baseRules = {

module.exports = {
extends: [
'xo',
'xo-typescript',
'xo-react',
'eslint-plugin-tsdoc',
'prettier',
],
extends: ['xo', 'xo-typescript', 'xo-react', 'prettier'],
plugins: ['@typescript-eslint/eslint-plugin', 'eslint-plugin-tsdoc'],
parserOptions: {

@@ -19,0 +14,0 @@ project: './tsconfig.json',

module.exports = {
extends: ['xo', 'xo-typescript', 'eslint-plugin-tsdoc', 'prettier'],
extends: ['xo', 'xo-typescript', 'prettier'],
plugins: ['@typescript-eslint/eslint-plugin', 'eslint-plugin-tsdoc'],
parserOptions: {

@@ -4,0 +5,0 @@ project: './tsconfig.json',

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc