@types/stylelint
Advanced tools
Comparing version 13.13.1 to 13.13.2
@@ -8,3 +8,3 @@ // Type definitions for stylelint 13.13 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.2 | ||
// TypeScript Version: 3.8 | ||
@@ -42,2 +42,3 @@ import { GlobbyOptions } from 'globby'; | ||
export interface LinterOptions { | ||
allowEmptyInput: boolean; | ||
cache: boolean; | ||
@@ -44,0 +45,0 @@ cacheLocation: string; |
{ | ||
"name": "@types/stylelint", | ||
"version": "13.13.1", | ||
"version": "13.13.2", | ||
"description": "TypeScript definitions for stylelint", | ||
@@ -41,4 +41,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stylelint", | ||
}, | ||
"typesPublisherContentHash": "812d16dff00df8585757cdee70393e438c0bbced33461de2390ecdad6f6c613a", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "64da1ed8231efa4bfd77ad22138af89bdf24d04fc08a257e68a4a5839fd70571", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 22:33:07 GMT | ||
* Last updated: Wed, 25 Aug 2021 12:31:24 GMT | ||
* Dependencies: [@types/globby](https://npmjs.com/package/@types/globby), [@types/postcss](https://npmjs.com/package/@types/postcss) | ||
@@ -14,0 +14,0 @@ * Global values: none |
7884
153