eslint-plugin-tidal-extras
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,6 @@ | ||
/** | ||
* @fileoverview Extra rules for TIDAL Web App | ||
* @author Jeremy Karlsson | ||
*/ | ||
module.exports.rules = { | ||
@@ -2,0 +7,0 @@ "no-get-artist": context => ({ |
{ | ||
"name": "eslint-plugin-tidal-extras", | ||
"version": "1.0.0", | ||
"description": "", | ||
"version": "1.0.1", | ||
"description": "Extra rules for TIDAL Web App", | ||
"keywords": [ | ||
"eslint", | ||
"eslintplugin", | ||
"eslint-plugin" | ||
], | ||
"author": "Jeremy Karlsson <jeremy.karlsson@tidal.com>", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"author": "Jeremy Karlsson <jeremy.karlsson@tidal.com>", | ||
"license": "MIT" | ||
"license": "ISC" | ||
} |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
774
4
15
1