linted 28.17.1 → 28.17.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/.mocharc.yml +15 -0
  2. package/package.json +5 -11
package/.mocharc.yml ADDED
@@ -0,0 +1,15 @@
1
+ # ##################
2
+ # # .mocharc ###
3
+ # # 1101.0.0 ###
4
+ # ##################
5
+
6
+ # https://mochajs.org/#configuration-format
7
+ # https://mochajs.org/#command-line-usage
8
+
9
+ spec:
10
+ - "dist/**/*.spec.js"
11
+ extension:
12
+ - js
13
+ - cjs
14
+ - mjs
15
+ color: true
package/package.json CHANGED
@@ -1,18 +1,17 @@
1
1
  {
2
- "$pkg": "2214.1.0",
2
+ "$pkg": "2214.4.0",
3
3
  "$schema": "https://json.schemastore.org/package",
4
4
  "$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
5
5
  "name": "linted",
6
- "version": "28.17.1",
7
- "description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
6
+ "version": "28.17.2",
8
7
  "repository": "github:jimmy-zhening-luo/linted",
9
- "license": "MIT",
10
8
  "private": false,
11
9
  "engineStrict": true,
12
10
  "engines": {
13
11
  "node": ">=22.14.0 <23",
14
12
  "npm": ">=11.2.0 <12"
15
13
  },
14
+ "type": "module",
16
15
  "peerDependencies": {
17
16
  "eslint": "~9.23.0",
18
17
  "mocha": "^11.1.0",
@@ -59,7 +58,6 @@
59
58
  "ts-add-js-extension": "^1.6.5",
60
59
  "typescript": "^5.8.2"
61
60
  },
62
- "type": "module",
63
61
  "main": "dist/index.js",
64
62
  "types": "dist/index.d.ts",
65
63
  "config": {
@@ -114,14 +112,10 @@
114
112
  "deploy": ""
115
113
  },
116
114
  "publishConfig": {
117
- "access": "public",
118
115
  "tag": "next"
119
116
  },
120
- "mocha": {
121
- "spec": [
122
- "dist/**/*.spec.js"
123
- ]
124
- },
117
+ "license": "MIT",
118
+ "description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
125
119
  "keywords": [
126
120
  "eslint",
127
121
  "eslint-config",