@eslinted/core 18.3.0 → 18.4.0

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.
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": "@eslinted/core",
6
- "version": "18.3.0",
7
- "description": "Internal core for npm package `linted`, responsible for producing an array of fully-formed ESLint configurations according to `linted` spec.",
6
+ "version": "18.4.0",
8
7
  "repository": "github:jimmy-zhening-luo/linted-core",
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
  "peerDependenciesMeta": {},
17
16
  "dependencies": {
18
17
  "globals": "^16.0.0"
@@ -28,7 +27,6 @@
28
27
  "ts-add-js-extension": "^1.6.5",
29
28
  "typescript": "^5.8.2"
30
29
  },
31
- "type": "module",
32
30
  "main": "dist/index.js",
33
31
  "types": "dist/index.d.ts",
34
32
  "config": {
@@ -83,14 +81,10 @@
83
81
  "deploy": ""
84
82
  },
85
83
  "publishConfig": {
86
- "access": "public",
87
84
  "tag": "next"
88
85
  },
89
- "mocha": {
90
- "spec": [
91
- "dist/**/*.spec.js"
92
- ]
93
- },
86
+ "license": "MIT",
87
+ "description": "Internal core for npm package `linted`, responsible for producing an array of fully-formed ESLint configurations according to `linted` spec.",
94
88
  "keywords": [],
95
89
  "author": "Jimmy Zhening Luo <jimmy-zhening-luo@users.noreply.github.com> (https://jimm.my/)"
96
90
  }
package/.gitattributes DELETED
@@ -1,10 +0,0 @@
1
- ##########################
2
- #### .gitattributes ####
3
- #### 249.0.0 ####
4
- ##########################
5
-
6
- # https://git-scm.com/docs/gitattributes
7
-
8
- * text=auto eol=lf
9
- *.{cmd,[cC][mM][dD]} text eol=crlf
10
- *.{bat,[bB][aA][tT]} text eol=crlf