@types/stylelint
Advanced tools
Comparing version 7.9.0 to 7.9.1
@@ -6,2 +6,6 @@ // Type definitions for stylelint 7.9 | ||
export type FormatterType = "json" | "string" | "verbose"; | ||
export type SyntaxType = "scss" | "less" | "sugarss"; | ||
export interface LinterOptions { | ||
@@ -15,7 +19,7 @@ code?: string; | ||
files?: string | string[]; | ||
formatter?: "json" | "string" | "verbose"; | ||
formatter?: FormatterType; | ||
ignoreDisables?: boolean; | ||
reportNeedlessDisables?: boolean; | ||
ignorePath?: boolean; | ||
syntax?: "scss" | "less" | "sugarss"; | ||
syntax?: SyntaxType; | ||
customSyntax?: string; | ||
@@ -22,0 +26,0 @@ } |
{ | ||
"name": "@types/stylelint", | ||
"version": "7.9.0", | ||
"version": "7.9.1", | ||
"description": "TypeScript definitions for stylelint", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "521ce8a6d5299277d425df6d2aff0622924e6430da7d99f62a0475aa91ebe2ae", | ||
"typesPublisherContentHash": "388a2e9a4d82ab882e8ed3e67b97287cb17d063da299afb6d8d6c7ead02836a1", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 10 Mar 2017 07:28:34 GMT | ||
* Last updated: Mon, 27 Mar 2017 20:43:37 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,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
2484
41