@types/stylelint
Advanced tools
Comparing version 7.11.3 to 7.11.4
@@ -6,5 +6,5 @@ // Type definitions for stylelint 7.11 | ||
export type FormatterType = "json" | "string" | "verbose"; | ||
export type FormatterType = 'json' | 'string' | 'verbose'; | ||
export type SyntaxType = "scss" | "sass" | "less" | "sugarss"; | ||
export type SyntaxType = 'scss' | 'sass' | 'less' | 'sugarss'; | ||
@@ -11,0 +11,0 @@ export interface LinterOptions { |
{ | ||
"name": "@types/stylelint", | ||
"version": "7.11.3", | ||
"version": "7.11.4", | ||
"description": "TypeScript definitions for stylelint", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stylelint", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "c3f56a296b23489613ff4fc0639d38871cdf95847e891b07d85981c1ed57702f", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "2edb9240709c347e4fb5bba83d181ed1a911609bb3cd5766f92efb806751f3d9", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -16,5 +16,5 @@ # Installation | ||
export type FormatterType = "json" | "string" | "verbose"; | ||
export type FormatterType = 'json' | 'string' | 'verbose'; | ||
export type SyntaxType = "scss" | "sass" | "less" | "sugarss"; | ||
export type SyntaxType = 'scss' | 'sass' | 'less' | 'sugarss'; | ||
@@ -67,3 +67,3 @@ export interface LinterOptions { | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 22:33:07 GMT | ||
* Last updated: Fri, 15 Oct 2021 17:31:19 GMT | ||
* Dependencies: none | ||
@@ -70,0 +70,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package