eslint-plugin-react-web-api
Advanced tools
Comparing version 1.11.0-next.9 to 1.11.0-next.10
@@ -15,3 +15,3 @@ 'use strict'; | ||
var name = "eslint-plugin-react-web-api"; | ||
var version = "1.11.0-next.9"; | ||
var version = "1.11.0-next.10"; | ||
var createRule = shared.createRuleForPlugin("web-api"); | ||
@@ -219,2 +219,3 @@ | ||
create(context) { | ||
if (!context.sourceCode.text.includes("setInterval")) return {}; | ||
const fStack = []; | ||
@@ -360,2 +361,3 @@ const sEntries = []; | ||
create(context) { | ||
if (!context.sourceCode.text.includes("setTimeout")) return {}; | ||
const fStack = []; | ||
@@ -362,0 +364,0 @@ const sEntries = []; |
{ | ||
"name": "eslint-plugin-react-web-api", | ||
"version": "1.11.0-next.9", | ||
"version": "1.11.0-next.10", | ||
"description": "ESLint React's ESLint plugin for interacting with Web APIs", | ||
@@ -50,9 +50,9 @@ "keywords": [ | ||
"ts-pattern": "^5.3.1", | ||
"@eslint-react/ast": "1.11.0-next.9", | ||
"@eslint-react/core": "1.11.0-next.9", | ||
"@eslint-react/shared": "1.11.0-next.9", | ||
"@eslint-react/jsx": "1.11.0-next.9", | ||
"@eslint-react/tools": "1.11.0-next.9", | ||
"@eslint-react/types": "1.11.0-next.9", | ||
"@eslint-react/var": "1.11.0-next.9" | ||
"@eslint-react/core": "1.11.0-next.10", | ||
"@eslint-react/jsx": "1.11.0-next.10", | ||
"@eslint-react/shared": "1.11.0-next.10", | ||
"@eslint-react/tools": "1.11.0-next.10", | ||
"@eslint-react/types": "1.11.0-next.10", | ||
"@eslint-react/ast": "1.11.0-next.10", | ||
"@eslint-react/var": "1.11.0-next.10" | ||
}, | ||
@@ -59,0 +59,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
46334
956
+ Added@eslint-react/ast@1.11.0-next.10(transitive)
+ Added@eslint-react/core@1.11.0-next.10(transitive)
+ Added@eslint-react/jsx@1.11.0-next.10(transitive)
+ Added@eslint-react/shared@1.11.0-next.10(transitive)
+ Added@eslint-react/tools@1.11.0-next.10(transitive)
+ Added@eslint-react/types@1.11.0-next.10(transitive)
+ Added@eslint-react/var@1.11.0-next.10(transitive)
- Removed@eslint-react/ast@1.11.0-next.9(transitive)
- Removed@eslint-react/core@1.11.0-next.9(transitive)
- Removed@eslint-react/jsx@1.11.0-next.9(transitive)
- Removed@eslint-react/shared@1.11.0-next.9(transitive)
- Removed@eslint-react/tools@1.11.0-next.9(transitive)
- Removed@eslint-react/types@1.11.0-next.9(transitive)
- Removed@eslint-react/var@1.11.0-next.9(transitive)