@eslinted/core 5.0.3-rc.0 → 5.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -5
- package/tsconfig.json +2 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
|
-
"_schemaVersion": "20.18.
|
2
|
+
"_schemaVersion": "20.18.1",
|
3
3
|
"name": "@eslinted/core",
|
4
|
-
"version": "5.0.
|
4
|
+
"version": "5.0.4",
|
5
5
|
"description": "Core ESLint flat config factory npm package `linted`.",
|
6
6
|
"keywords": [],
|
7
7
|
"repository": "github:jimmy-zhening-luo/linted-core",
|
@@ -82,9 +82,6 @@
|
|
82
82
|
"deploy": ""
|
83
83
|
},
|
84
84
|
"mocha": {
|
85
|
-
"extensions": [
|
86
|
-
"js"
|
87
|
-
],
|
88
85
|
"spec": [
|
89
86
|
"dist/**/*.spec.js"
|
90
87
|
]
|
package/tsconfig.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"display": "@jimbojet/tsc",
|
3
|
-
"_version": "5.6.
|
3
|
+
"_version": "5.6.7",
|
4
4
|
"_help": "https://www.typescriptlang.org/tsconfig/#quick-nav-Top%20Level",
|
5
5
|
"$schema": "https://json.schemastore.org/tsconfig",
|
6
6
|
"include": [
|
@@ -52,9 +52,9 @@
|
|
52
52
|
// "rootDirs": [],
|
53
53
|
// "typeRoots": [],
|
54
54
|
"types": [
|
55
|
-
/* {CONFIGURE} */
|
56
55
|
"mocha",
|
57
56
|
"chai",
|
57
|
+
/* {CONFIGURE} */
|
58
58
|
],
|
59
59
|
// #endregion MODULES
|
60
60
|
|