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

eslint-plugin-no-relative-import-paths

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-no-relative-import-paths - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

8

index.js

@@ -18,8 +18,8 @@ const path = require('path');

module.exports = {
meta: {
type: 'layout',
fixable: 'code',
},
rules: {
"no-relative-import-paths": {
meta: {
type: "layout",
fixable: "code",
},
create: function (context) {

@@ -26,0 +26,0 @@ const { allowSameFolder } = context.options[0] || {};

{
"name": "eslint-plugin-no-relative-import-paths",
"version": "1.1.0",
"version": "1.2.0",
"description": "",

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