eslint-config-metarhia
Advanced tools
Comparing version 9.0.5 to 9.0.6
{ | ||
"name": "eslint-config-metarhia", | ||
"version": "9.0.5", | ||
"version": "9.0.6", | ||
"author": "Alexey Orlenko <eaglexrlnk@gmail.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -45,2 +45,10 @@ 'use strict'; | ||
CountQueuingStrategy: true, | ||
DomainError: true, | ||
document: true, | ||
location: true, | ||
self: true, | ||
caches: true, | ||
navigator: true, | ||
File: true, | ||
localStorage: true, | ||
}; |
9580
268