We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672425f commit 06b16ceCopy full SHA for 06b16ce
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-userscripts",
3
- "version": "0.1.1",
+ "version": "0.2.0",
4
"description": "Implements rules for userscripts metadata in eslint",
5
"keywords": [
6
"eslint",
@@ -31,10 +31,10 @@
31
"prettier": "^2.4.0"
32
},
33
"peerDependencies": {
34
- "eslint": ">=6.0.0 <=^8.0.0"
+ "eslint": ">=8.0.0"
35
36
"engines": {
37
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ "node": ">=16.0.0"
38
39
"license": "MIT",
40
"homepage": "https://github.com/Yash-Singh1/eslint-plugin-userscripts#readme",
0 commit comments