diff --git a/.eslintrc.cjs b/.eslintrc.cjs deleted file mode 100644 index 0cb901f8..00000000 --- a/.eslintrc.cjs +++ /dev/null @@ -1,38 +0,0 @@ -module.exports = { - root: true, - env: { - browser: true, - node: true, - es6: true, - }, - parser: "@typescript-eslint/parser", - parserOptions: { - project: "./tsconfig.json" - }, - plugins: [ - "@typescript-eslint" - ], - extends: [ - "eslint:recommended", - "plugin:@typescript-eslint/recommended", - ], - rules: { - "@typescript-eslint/no-explicit-any": "error", - "@typescript-eslint/no-var-requires": "error", - "quotes": "off", - "@typescript-eslint/quotes": [ - "error", - "double", - { - "avoidEscape": true, - "allowTemplateLiterals": true - } - ], - "max-statements-per-line": [ - "error", - { - "max": 1 - } - ] - }, -} diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4621c33e..00000000 --- a/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -node_modules -coverage -.vscode/* -!.vscode/launch.json - -docker/examples/delivery -test/integration/screenshots -docs -dist diff --git a/.prettierrc.json b/.prettierrc.json deleted file mode 100644 index b1836bb0..00000000 --- a/.prettierrc.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "trailingComma":"none", - "tabWidth": 2, - "semi": true, - "singleQuote": false, - "printWidth": 150 -} diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index c683588f..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "chrome", - "request": "launch", - "name": "Launch Chrome against localhost", - "url": "http://localhost:8000/examples/index.html", - "webRoot": "${workspaceFolder}", - "preLaunchTask": "tsc: build - tsconfig.json", - "outFiles": ["${workspaceFolder}/dist/**/*.js"] - } - ] -} diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index dd66d395..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,4 +0,0 @@ -# [v1.0.0](https://github.com/MyScript/iinkJS/tree/v1.0.0) - -## Features -- migration javascript to typescript [link](https://github.com/MyScript/iinkJS) \ No newline at end of file diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 18453c66..00000000 --- a/LICENSE +++ /dev/null @@ -1,10 +0,0 @@ -Copyright MyScript. - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/README.md b/README.md deleted file mode 100644 index 51a7fa5a..00000000 --- a/README.md +++ /dev/null @@ -1,176 +0,0 @@ -# iinkTS - -[![npm version](https://badge.fury.io/js/iink-ts.svg)](https://badge.fury.io/js/iink-ts) -[![Examples](https://img.shields.io/badge/Link%20to-examples-blue.svg)](https://myscript.github.io/iinkTS/examples/) -[![Documentation](https://img.shields.io/badge/Link%20to-documentation-green.svg)](https://developer.myscript.com/docs/interactive-ink/latest/web/iinkts/) - -> The fastest way to integrate rich **handwriting** features in your webapp. - -