eslint-plugin-no-relative-import-paths
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4931