linted 19.1.1 → 19.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +7 -5
  2. package/tsconfig.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
- "_schemaVersion": "20.18.1",
2
+ "_schemaVersion": "20.18.2",
3
3
  "name": "linted",
4
- "version": "19.1.1",
4
+ "version": "19.1.3",
5
5
  "description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
6
6
  "keywords": [
7
7
  "eslint",
@@ -61,7 +61,7 @@
61
61
  }
62
62
  },
63
63
  "dependencies": {
64
- "@eslinted/core": "5.0.4",
64
+ "@eslinted/core": "5.0.6",
65
65
  "@html-eslint/eslint-plugin": "0.27.0",
66
66
  "@html-eslint/parser": "0.27.0",
67
67
  "@stylistic/eslint-plugin": "2.9.0",
@@ -91,7 +91,7 @@
91
91
  "build": "run-os",
92
92
  "build:default": "npm run rebuild -- $npm_package_config_language $npm_package_config_fix $npm_package_config_lint default",
93
93
  "build:windows": "npm run rebuild -- %npm_package_config_language% %npm_package_config_fix% %npm_package_config_lint% windows",
94
- "rebuild": "run-s \"clean:{1}:{4}\" \"compile:{1}:*\" \"fix:{2} -- {1}\" \"lint:{3}\" --",
94
+ "rebuild": "run-s \"clean:{1}:{4}\" \"compile:{1}:*\" \"fix:{2} -- {1}\" \"lint:{3}\" \"test:{1}\" --",
95
95
  "clean:ts:default": "rm -rf dist",
96
96
  "clean:ts:windows": "cmd /c if exist dist rmdir /s /q dist",
97
97
  "clean:svelte:default": "rm -rf build .svelte-kit",
@@ -118,7 +118,9 @@
118
118
  "lint:scope:svelte": "npm run li -- {src,tests,static}/**/*.svelte",
119
119
  "postbuild": "echo \"Build (+lint) complete.\"",
120
120
  "pretest": "npm run build",
121
- "test": "mocha",
121
+ "test": "",
122
+ "test:ts": "mocha",
123
+ "test:svelte": "",
122
124
  "start": "run-os",
123
125
  "start:default": "npm run starter:$npm_package_config_language",
124
126
  "start:windows": "npm run starter:%npm_package_config_language%",
package/tsconfig.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "display": "@jimbojet/tsc",
3
- "_version": "5.6.7",
4
- "_help": "https://www.typescriptlang.org/tsconfig/#quick-nav-Top%20Level",
3
+ "version": "5.6.9",
4
+ "$help": "https://www.typescriptlang.org/tsconfig/#quick-nav-Top%20Level",
5
5
  "$schema": "https://json.schemastore.org/tsconfig",
6
6
  "include": [
7
7
  "*.config.ts",