diff --git a/packages/tsl/LICENSE b/packages/tsl/LICENSE deleted file mode 100644 index cb8d02b..0000000 --- a/packages/tsl/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2023-present Johnson Chu - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/packages/tsl/bin/tsl.js b/packages/tsl/bin/tsl.js deleted file mode 100755 index 81e1c19..0000000 --- a/packages/tsl/bin/tsl.js +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('@tsslint/cli'); diff --git a/packages/tsl/index.ts b/packages/tsl/index.ts deleted file mode 100644 index b0d67ff..0000000 --- a/packages/tsl/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from '@tsslint/config'; -export * from '@tsslint/core'; diff --git a/packages/tsl/package.json b/packages/tsl/package.json deleted file mode 100644 index e3c3a1f..0000000 --- a/packages/tsl/package.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "tsl", - "version": "1.0.15", - "license": "MIT", - "bin": { - "tsl": "./bin/tsl.js" - }, - "files": [ - "**/*.js", - "**/*.d.ts" - ], - "repository": { - "type": "git", - "url": "https://github.com/johnsoncodehk/tsslint.git", - "directory": "packages/tsl" - }, - "dependencies": { - "@tsslint/cli": "1.0.15", - "@tsslint/config": "1.0.15", - "@tsslint/core": "1.0.15" - } -} \ No newline at end of file diff --git a/packages/tsl/tsconfig.json b/packages/tsl/tsconfig.json deleted file mode 100644 index 7c024bd..0000000 --- a/packages/tsl/tsconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "include": [ "*", "lib/**/*" ], - "references": [ - { "path": "../cli/tsconfig.json" }, - { "path": "../config/tsconfig.json" }, - { "path": "../core/tsconfig.json" }, - ], -} \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1a76c7a..3739f27 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -136,18 +136,6 @@ importers: specifier: latest version: 5.5.4 - packages/tsl: - dependencies: - '@tsslint/cli': - specifier: 1.0.15 - version: link:../cli - '@tsslint/config': - specifier: 1.0.15 - version: link:../config - '@tsslint/core': - specifier: 1.0.15 - version: link:../core - packages/tslint: dependencies: tslint: diff --git a/tsconfig.json b/tsconfig.json index 0c577ef..56f3962 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,6 @@ }, "include": [ ], "references": [ - { "path": "./packages/tsl/tsconfig.json" }, { "path": "./packages/tslint/tsconfig.json" }, { "path": "./packages/eslint/tsconfig.json" }, { "path": "./packages/typescript-plugin/tsconfig.json" },