Skip to content

Commit

Permalink
Clean up of the JS/TS target
Browse files Browse the repository at this point in the history
- Added copyright were missing.
- tab -> space conversion.
- General formatting.

Signed-off-by: Mike Lischke <mike@lischke-online.de>
  • Loading branch information
mike-lischke committed Sep 5, 2023
1 parent 200e10c commit 26a71a5
Show file tree
Hide file tree
Showing 42 changed files with 6,292 additions and 9,704 deletions.
4 changes: 0 additions & 4 deletions runtime/JavaScript/.babelrc

This file was deleted.

1 change: 1 addition & 0 deletions runtime/JavaScript/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ parserOptions:
sourceType: module
project: ['./tsconfig.json']
ecmaVersion: 2022
requireConfigFile: false
rules:
no-unused-vars: ["error", { vars: "all", args: "none" }]
no-prototype-builtins: ["off"]
Expand Down
10 changes: 10 additions & 0 deletions runtime/JavaScript/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
spec
webpack.config.js
tsconfig.json
src/**/*.js

.babelrc
.c8rc.json
.eslintignore
.eslintrc.yml
.project
Loading

0 comments on commit 26a71a5

Please sign in to comment.