@schemastore/tslint 0.0.13 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/LICENSE +674 -21
  2. package/README.md +6 -20
  3. package/index.d.ts +6718 -6727
  4. package/package.json +5 -9
package/README.md CHANGED
@@ -1,28 +1,14 @@
1
- # Type definitions for tslint
2
-
3
- ## Installation
4
-
5
- ```
6
- npm i @schemastore/tslint
7
- yarn add @schemastore/tslint
8
- ```
9
-
10
- ## Summary
1
+ # Installation
2
+ > `npm install --save @schemastore/tslint`
11
3
 
4
+ # Summary
12
5
  This package contains type definitions for tslint.
13
6
 
14
- ## Usage
15
-
16
- ```ts
17
- import * as tslint from '@schemastore/tslint';
18
- ```
19
-
20
- ## Note
7
+ ## Details
21
8
 
22
- The definitions were auto-generated by [schemastore-updater](https://github.com/ffflorian/schemastore-updater) using [`json-schema-to-typescript`](https://www.npmjs.com/package/json-schema-to-typescript).
9
+ Files were exported from https://github.com/ffflorian/schemastore-updater/tree/main/schemas/tslint.
23
10
 
24
11
  ## Additional Details
25
12
 
26
- * [Schema source](https://github.com/SchemaStore/schemastore/tree/master/src/schemas/json/tslint)
27
- * Last updated: Fri, Jun 30, 2023, 21:04:05 GMT
13
+ * Last updated: Sun, Mar 15, 2026, 21:50:36 GMT
28
14
  * Dependencies: none