Skip to content

Commit ded07d8

Browse files
style: add tslint-microsoft-contrib/rm wix-editor
The running of `pnpm` also seems to have re-formatted the package.json so that the keywords field is now on newlines; this is fine. Resolves: GH-191 Thanks: @sumitshinde-84 for the encouragement.
1 parent 83492e3 commit ded07d8

3 files changed

Lines changed: 2221 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules/
33
lib/**/*
44
.DS_Store
55
tsconfig.tsbuildinfo
6+
.pnpm-store

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"version": "0.0.0-development",
44
"description": "Common JavaScript Object type-related utilities",
55
"packageManager": "[email protected]",
6-
"keywords": ["JavaScript", "Object", "type", "utilities"],
6+
"keywords": [
7+
"JavaScript",
8+
"Object",
9+
"type",
10+
"utilities"
11+
],
712
"repository": "OpenINF/openinf-util-object",
813
"license": "MIT OR Apache-2.0",
914
"author": "The OpenINF Authors",
@@ -32,9 +37,9 @@
3237
"eslint-plugin-promise": "6.1.1",
3338
"eslint-plugin-regexp": "1.15.0",
3439
"eslint-plugin-simple-import-sort": "10.0.0",
35-
"eslint-plugin-wix-editor": "3.3.0",
3640
"jasmine": "5.0.0",
3741
"prettier": "2.8.8",
42+
"tslint-microsoft-contrib": "OpenINF/openinf-tslint-microsoft-contrib#semver:^6.2.0",
3843
"typescript": "5.1.3"
3944
},
4045
"dependencies": {

0 commit comments

Comments
 (0)