@magicspace/configs
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "@magicspace/configs", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Custom TSLint rules for MagicSpace.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/makeflow/magicspace.git", |
const resolve = require('resolve'); | ||
const Path = require('path'); | ||
@@ -289,3 +290,5 @@ module.exports = { | ||
}, | ||
rulesDirectory: [resolve.sync('@magicspace/tslint-rules/bld/rules')], | ||
rulesDirectory: [ | ||
Path.dirname(resolve.sync('@magicspace/tslint-rules/bld/rules')), | ||
], | ||
}; |
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
9653
329