eslint-plugin-react-web-api
Advanced tools
Comparing version 1.26.3-next.16 to 1.26.3-next.17
@@ -16,3 +16,3 @@ import * as _typescript_eslint_utils_ts_eslint from '@typescript-eslint/utils/ts-eslint'; | ||
plugins: { | ||
"react-x": { | ||
"react-web-api": { | ||
readonly meta: { | ||
@@ -19,0 +19,0 @@ readonly name: string; |
@@ -59,3 +59,3 @@ 'use strict'; | ||
var name2 = "eslint-plugin-react-web-api"; | ||
var version = "1.26.3-next.16"; | ||
var version = "1.26.3-next.17"; | ||
var createRule = shared.createRuleForPlugin("web-api"); | ||
@@ -749,3 +749,3 @@ function getInstanceID(node, prev) { | ||
plugins: { | ||
"react-x": plugin | ||
"react-web-api": plugin | ||
} | ||
@@ -756,3 +756,3 @@ }; | ||
return { | ||
plugins: ["react-x"], | ||
plugins: ["react-web-api"], | ||
rules: config.rules | ||
@@ -759,0 +759,0 @@ }; |
{ | ||
"name": "eslint-plugin-react-web-api", | ||
"version": "1.26.3-next.16", | ||
"version": "1.26.3-next.17", | ||
"description": "ESLint React's ESLint plugin for interacting with Web APIs", | ||
@@ -51,8 +51,8 @@ "keywords": [ | ||
"ts-pattern": "^5.6.2", | ||
"@eslint-react/ast": "1.26.3-next.16", | ||
"@eslint-react/core": "1.26.3-next.16", | ||
"@eslint-react/eff": "1.26.3-next.16", | ||
"@eslint-react/shared": "1.26.3-next.16", | ||
"@eslint-react/var": "1.26.3-next.16", | ||
"@eslint-react/jsx": "1.26.3-next.16" | ||
"@eslint-react/ast": "1.26.3-next.17", | ||
"@eslint-react/core": "1.26.3-next.17", | ||
"@eslint-react/eff": "1.26.3-next.17", | ||
"@eslint-react/shared": "1.26.3-next.17", | ||
"@eslint-react/var": "1.26.3-next.17", | ||
"@eslint-react/jsx": "1.26.3-next.17" | ||
}, | ||
@@ -59,0 +59,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
62440
+ Added@eslint-react/ast@1.26.3-next.17(transitive)
+ Added@eslint-react/core@1.26.3-next.17(transitive)
+ Added@eslint-react/eff@1.26.3-next.17(transitive)
+ Added@eslint-react/jsx@1.26.3-next.17(transitive)
+ Added@eslint-react/shared@1.26.3-next.17(transitive)
+ Added@eslint-react/var@1.26.3-next.17(transitive)
- Removed@eslint-react/ast@1.26.3-next.16(transitive)
- Removed@eslint-react/core@1.26.3-next.16(transitive)
- Removed@eslint-react/eff@1.26.3-next.16(transitive)
- Removed@eslint-react/jsx@1.26.3-next.16(transitive)
- Removed@eslint-react/shared@1.26.3-next.16(transitive)
- Removed@eslint-react/var@1.26.3-next.16(transitive)