@types/stylelint
Advanced tools
Comparing version 9.10.1 to 13.13.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for stylelint 9.10 | ||
// Type definitions for stylelint 13.13 | ||
// Project: https://github.com/stylelint/stylelint, https://stylelint.io | ||
@@ -10,2 +10,3 @@ // Definitions by: Alan Agius <https://github.com/alan-agius4> | ||
import { GlobbyOptions } from 'globby'; | ||
import * as postcss from 'postcss'; | ||
@@ -54,5 +55,8 @@ | ||
formatter: FormatterType; | ||
globbyOptions: GlobbyOptions; | ||
ignoreDisables: boolean; | ||
ignorePath: string; | ||
maxWarnings: number; | ||
reportDescriptionlessDisables: boolean; | ||
reportInvalidScopeDisables: boolean; | ||
reportNeedlessDisables: boolean; | ||
@@ -59,0 +63,0 @@ syntax: SyntaxType; |
{ | ||
"name": "@types/stylelint", | ||
"version": "9.10.1", | ||
"version": "13.13.0", | ||
"description": "TypeScript definitions for stylelint", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stylelint", | ||
"license": "MIT", | ||
@@ -29,3 +30,3 @@ "contributors": [ | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -38,6 +39,7 @@ "type": "git", | ||
"dependencies": { | ||
"globby": "11.x.x", | ||
"postcss": "7.x.x" | ||
}, | ||
"typesPublisherContentHash": "152c8144ecf699b56c4835a0d3a1d42a6744213610501b2bc22109243ed9c0c1", | ||
"typeScriptVersion": "2.2" | ||
"typesPublisherContentHash": "1763c5f44e052512722d5d58d629f60165856f2ab86c94252ed40d32a8e244d6", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stylelint | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stylelint. | ||
Additional Details | ||
* Last updated: Mon, 29 Jul 2019 18:37:34 GMT | ||
* Dependencies: @types/postcss | ||
### Additional Details | ||
* Last updated: Sun, 30 May 2021 14:01:16 GMT | ||
* Dependencies: [@types/globby](https://npmjs.com/package/@types/globby), [@types/postcss](https://npmjs.com/package/@types/postcss) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Alan Agius <https://github.com/alan-agius4>, Filips Alpe <https://github.com/filipsalpe>, James Garbutt <https://github.com/43081j>, and Bob Matcuk <https://github.com/bmatcuk>. | ||
These definitions were written by [Alan Agius](https://github.com/alan-agius4), [Filips Alpe](https://github.com/filipsalpe), [James Garbutt](https://github.com/43081j), and [Bob Matcuk](https://github.com/bmatcuk). |
Sorry, the diff of this file is not supported yet
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
7698
152
2
+ Addedglobby@11.x.x
+ Added@nodelib/fs.scandir@2.1.5(transitive)
+ Added@nodelib/fs.stat@2.0.5(transitive)
+ Added@nodelib/fs.walk@1.2.8(transitive)
+ Addedarray-union@2.1.0(transitive)
+ Addedbraces@3.0.3(transitive)
+ Addeddir-glob@3.0.1(transitive)
+ Addedfast-glob@3.3.2(transitive)
+ Addedfastq@1.17.1(transitive)
+ Addedfill-range@7.1.1(transitive)
+ Addedglob-parent@5.1.2(transitive)
+ Addedglobby@11.1.0(transitive)
+ Addedignore@5.3.2(transitive)
+ Addedis-extglob@2.1.1(transitive)
+ Addedis-glob@4.0.3(transitive)
+ Addedis-number@7.0.0(transitive)
+ Addedmerge2@1.4.1(transitive)
+ Addedmicromatch@4.0.8(transitive)
+ Addedpath-type@4.0.0(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedqueue-microtask@1.2.3(transitive)
+ Addedreusify@1.0.4(transitive)
+ Addedrun-parallel@1.2.0(transitive)
+ Addedslash@3.0.0(transitive)
+ Addedto-regex-range@5.0.1(transitive)