@bfra.me/eslint-config 0.31.0 → 0.31.1
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/lib/index.js +2 -2
- package/package.json +4 -4
- package/src/configs/json-schema.ts +1 -1
package/lib/index.js
CHANGED
|
@@ -107,7 +107,7 @@ var GLOB_EXCLUDE = [
|
|
|
107
107
|
import { fileURLToPath } from "url";
|
|
108
108
|
|
|
109
109
|
// package.json
|
|
110
|
-
var version = "0.31.
|
|
110
|
+
var version = "0.31.1";
|
|
111
111
|
|
|
112
112
|
// src/parsers/any-parser.ts
|
|
113
113
|
var lineBreakPattern = /\r\n|[\n\r\u2028\u2029]/u;
|
|
@@ -678,7 +678,7 @@ async function jsonSchema(name, files) {
|
|
|
678
678
|
files,
|
|
679
679
|
rules: {
|
|
680
680
|
"json-schema-validator/no-invalid": [
|
|
681
|
-
"
|
|
681
|
+
"warn",
|
|
682
682
|
{
|
|
683
683
|
schemas: [
|
|
684
684
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bfra.me/eslint-config",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.1",
|
|
4
4
|
"description": "Shared ESLint configuration for bfra.me",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bfra.me",
|
|
@@ -83,9 +83,9 @@
|
|
|
83
83
|
"eslint-typegen": "2.3.0",
|
|
84
84
|
"tsup": "8.5.0",
|
|
85
85
|
"tsx": "4.20.5",
|
|
86
|
-
"@bfra.me/eslint-config": "0.31.
|
|
87
|
-
"@bfra.me/
|
|
88
|
-
"@bfra.me/
|
|
86
|
+
"@bfra.me/eslint-config": "0.31.1",
|
|
87
|
+
"@bfra.me/tsconfig": "0.12.0",
|
|
88
|
+
"@bfra.me/prettier-config": "0.16.1"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"@eslint-react/eslint-plugin": "^1.53.1",
|