eslint-plugin-userscripts
Advanced tools
Comparing version 0.2.9 to 0.2.10
@@ -125,4 +125,10 @@ // Documentation: | ||
], | ||
website: [{ type: 'tampermonkey', versionConstraint: '>=2.0.2395' }], | ||
source: [{ type: 'tampermonkey', versionConstraint: '>=2.0.2395' }], | ||
website: [ | ||
{ type: 'tampermonkey', versionConstraint: '>=2.0.2395' }, | ||
{ type: 'violentmonkey', versionConstraint: '>=2.13.1.2' } | ||
], | ||
source: [ | ||
{ type: 'tampermonkey', versionConstraint: '>=2.0.2395' }, | ||
{ type: 'violentmonkey', versionConstraint: '>=2.13.1.2' } | ||
], | ||
downloadURL: [ | ||
@@ -129,0 +135,0 @@ { type: 'tampermonkey', versionConstraint: '>=2.5.64' }, |
{ | ||
"name": "eslint-plugin-userscripts", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"description": "Implements rules for userscripts metadata in eslint", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
62614
1763