Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@axeptio/eslint-config-axeptio-front

Package Overview
Dependencies
Maintainers
9
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axeptio/eslint-config-axeptio-front - npm Package Compare versions

Comparing version 1.0.2 to 1.0.4

2

.eslintrc.js

@@ -22,3 +22,3 @@ module.exports = {

rules: {
indent: ['error', 2, { SwitchCase: 1, ignoredNodes: ['ConditionalExpression'] }],
indent: ['error', 2, { SwitchCase: 1, ignoredNodes: ['ConditionalExpression', 'TemplateLiteral > *'] }],
quotes: [2, 'single', { avoidEscape: true }],

@@ -25,0 +25,0 @@ 'react/react-in-jsx-scope': 'off',

{
"name": "@axeptio/eslint-config-axeptio-front",
"version": "1.0.2",
"version": "1.0.4",
"description": "Axeptio front-end eslint & prettier configuration",

@@ -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