New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@practio/eslint-config-practio

Package Overview
Dependencies
Maintainers
8
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@practio/eslint-config-practio - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

3

index.js
module.exports = {
extends: 'standard',
rules: {
'semi': ['error', 'always'],
semi: ['error', 'always'],
'comma-dangle': ['error', {

@@ -14,3 +14,4 @@ arrays: 'always-multiline',

'arrow-parens': ['error', 'as-needed'],
'quote-props': ['error', 'as-needed'],
},
};
{
"name": "@practio/eslint-config-practio",
"version": "4.0.0",
"version": "5.0.0",
"description": "Global eslint config for all Practio repos",

@@ -5,0 +5,0 @@ "main": "index.js",

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