Commit graph

23 commits

Author SHA1 Message Date
Mayuran Visakan
b16e0d5173 Update dependencies 2023-08-11 09:18:43 +01:00
Mayuran Visakan
8cb1d58e3f Update version 2023-08-10 17:41:14 +01:00
Mayuran Visakan
ba7fea2e7b Fix lint setup 2023-08-10 17:20:24 +01:00
Dimava
c861b2d85f Add lint command 2023-08-10 16:13:06 +01:00
Mayuran Visakan
65b324c392 Change lint setup 2023-08-10 16:03:59 +01:00
Mayuran Visakan
75c679ced8 Multiline fix 2023-08-05 16:01:57 +01:00
Mayuran Visakan
479307b781 Add editing syntax highlighting 2023-07-10 20:47:28 +01:00
Mayuran Visakan
9d2e0c74c4 Partial Work 2023-07-10 03:03:22 +01:00
Mayuran Visakan
ba3f04f479 Add inline code decoration in edit mode 2023-07-09 20:38:57 +01:00
dependabot[bot]
506356e801
Bump tslib from 2.4.0 to 2.6.0
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.4.0 to 2.6.0.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/2.4.0...2.6.0)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-08 11:41:25 +00:00
Mayuran Visakan
afb3bcddc8
Merge pull request #2 from mayurankv/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.61.0
Bump @typescript-eslint/eslint-plugin from 5.29.0 to 5.61.0
2023-07-08 12:40:32 +01:00
dependabot[bot]
5d2289c069
Bump @typescript-eslint/eslint-plugin from 5.29.0 to 5.61.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.29.0 to 5.61.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.61.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-08 11:40:16 +00:00
dependabot[bot]
4f09f9665d
Bump typescript from 4.7.4 to 5.1.6
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 5.1.6.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.4...v5.1.6)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-08 11:39:49 +00:00
Mayuran Visakan
4f5a2b984b
Merge pull request #4 from mayurankv/dependabot/npm_and_yarn/types/node-20.4.0
Bump @types/node from 16.18.31 to 20.4.0
2023-07-08 12:39:24 +01:00
Mayuran Visakan
f875e34993
Merge pull request #5 from mayurankv/dependabot/npm_and_yarn/typescript-eslint/parser-5.61.0
Bump @typescript-eslint/parser from 5.29.0 to 5.61.0
2023-07-08 12:39:11 +01:00
dependabot[bot]
ce94fb9288
Bump @types/node from 16.18.31 to 20.4.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.31 to 20.4.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-07 18:09:05 +00:00
Mayuran Visakan
11071e0c79 Inline code finish 2023-07-07 19:08:14 +01:00
dependabot[bot]
ede32d186b
Bump @typescript-eslint/parser from 5.29.0 to 5.61.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.29.0 to 5.61.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.61.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-06 22:57:18 +00:00
Mayuran Visakan
b475f3e954 Add module 2023-06-25 09:32:46 +01:00
Mayuran Visakan
98ab43dd19 Install missing package 2023-06-24 02:37:56 +01:00
Mayuran Visakan
1f3020b5a6 Adding warnings and disabling for settings 2023-06-23 13:06:07 +01:00
Zsolt Szalai
77b6c2332f Release 1.0.0 2023-01-25 23:56:55 +01:00
mugiwara85
697893d4ce
Initial commit 2023-01-25 21:38:33 +01:00