@moso/eslint-config 2.0.2 → 2.0.3
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/dist/index.mjs +2 -2
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -474,7 +474,7 @@ const ignores = async (options) => {
|
|
|
474
474
|
var package_default = {
|
|
475
475
|
name: "@moso/eslint-config",
|
|
476
476
|
type: "module",
|
|
477
|
-
version: "2.0.
|
|
477
|
+
version: "2.0.3",
|
|
478
478
|
description: "My shareable ESLint config",
|
|
479
479
|
author: {
|
|
480
480
|
"name": "Morten Sørensen",
|
|
@@ -551,7 +551,6 @@ var package_default = {
|
|
|
551
551
|
"@antfu/install-pkg": "^1.1.0",
|
|
552
552
|
"@clack/prompts": "^0.11.0",
|
|
553
553
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
554
|
-
"@moso/eslint-plugin": "workspace:*",
|
|
555
554
|
"@stylistic/eslint-plugin": "^5.6.1",
|
|
556
555
|
"@typescript-eslint/eslint-plugin": "^8.50.0",
|
|
557
556
|
"@typescript-eslint/parser": "^8.50.0",
|
|
@@ -586,6 +585,7 @@ var package_default = {
|
|
|
586
585
|
"@eslint/compat": "^2.0.0",
|
|
587
586
|
"@eslint/config-inspector": "^1.4.2",
|
|
588
587
|
"@eslint/js": "^9.39.2",
|
|
588
|
+
"@moso/eslint-plugin": "workspace:*",
|
|
589
589
|
"@next/eslint-plugin-next": "^16.0.10",
|
|
590
590
|
"@types/node": "^25.0.3",
|
|
591
591
|
"@typescript-eslint/rule-tester": "^8.50.0",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moso/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.3",
|
|
5
5
|
"description": "My shareable ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Morten Sørensen",
|
|
@@ -100,7 +100,6 @@
|
|
|
100
100
|
"@antfu/install-pkg": "^1.1.0",
|
|
101
101
|
"@clack/prompts": "^0.11.0",
|
|
102
102
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
103
|
-
"@moso/eslint-plugin": "workspace:*",
|
|
104
103
|
"@stylistic/eslint-plugin": "^5.6.1",
|
|
105
104
|
"@typescript-eslint/eslint-plugin": "^8.50.0",
|
|
106
105
|
"@typescript-eslint/parser": "^8.50.0",
|
|
@@ -135,6 +134,7 @@
|
|
|
135
134
|
"@eslint/compat": "^2.0.0",
|
|
136
135
|
"@eslint/config-inspector": "^1.4.2",
|
|
137
136
|
"@eslint/js": "^9.39.2",
|
|
137
|
+
"@moso/eslint-plugin": "2.0.1",
|
|
138
138
|
"@next/eslint-plugin-next": "^16.0.10",
|
|
139
139
|
"@types/node": "^25.0.3",
|
|
140
140
|
"@typescript-eslint/rule-tester": "^8.50.0",
|