Remove types lint for now
This commit is contained in:
parent
15c5019159
commit
b496cf1f98
2272
package-lock.json
generated
2272
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -3,9 +3,6 @@
|
|||||||
"version": "0.11.5",
|
"version": "0.11.5",
|
||||||
"description": "ffmpeg.wasm types",
|
"description": "ffmpeg.wasm types",
|
||||||
"types": "types",
|
"types": "types",
|
||||||
"scripts": {
|
|
||||||
"lint": "dtslint types"
|
|
||||||
},
|
|
||||||
"files": [
|
"files": [
|
||||||
"types"
|
"types"
|
||||||
],
|
],
|
||||||
@ -31,8 +28,5 @@
|
|||||||
"homepage": "https://github.com/ffmpegwasm/ffmpeg.wasm#readme",
|
"homepage": "https://github.com/ffmpegwasm/ffmpeg.wasm#readme",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"@definitelytyped/dtslint": "^0.0.133"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
packages/types/types/index.d.ts
vendored
2
packages/types/types/index.d.ts
vendored
@ -1,3 +1,5 @@
|
|||||||
|
// TODO: Add lint and test.
|
||||||
|
|
||||||
export type Pointer = number;
|
export type Pointer = number;
|
||||||
export type StringPointer = Pointer;
|
export type StringPointer = Pointer;
|
||||||
export type StringArrayPointer = Pointer;
|
export type StringArrayPointer = Pointer;
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"module": "commonjs",
|
|
||||||
"lib": ["es6"],
|
|
||||||
"noImplicitAny": true,
|
|
||||||
"noImplicitThis": true,
|
|
||||||
"strictFunctionTypes": true,
|
|
||||||
"strictNullChecks": true,
|
|
||||||
"types": [],
|
|
||||||
"noEmit": true,
|
|
||||||
"forceConsistentCasingInFileNames": true,
|
|
||||||
|
|
||||||
// If the library is an external module (uses `export`), this allows your test file to import "mylib" instead of "./index".
|
|
||||||
// If the library is global (cannot be imported via `import` or `require`), leave this out.
|
|
||||||
"baseUrl": ".",
|
|
||||||
"paths": { "@ffmpeg/types": ["."] }
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user