eslint-plugin-toml 1.2.0 → 1.2.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.mjs +3 -3
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -1260,8 +1260,8 @@ var inline_table_curly_spacing_default = createRule("inline-table-curly-spacing"
|
|
|
1260
1260
|
requireSpaceAfter: "A space is required after '{{token}}'.",
|
|
1261
1261
|
unexpectedSpaceBefore: "There should be no space before '{{token}}'.",
|
|
1262
1262
|
unexpectedSpaceAfter: "There should be no space after '{{token}}'.",
|
|
1263
|
-
requiredSpaceInEmptyObject: "A space is required in empty
|
|
1264
|
-
unexpectedSpaceInEmptyObject: "There should be no space in empty
|
|
1263
|
+
requiredSpaceInEmptyObject: "A space is required in empty inline table.",
|
|
1264
|
+
unexpectedSpaceInEmptyObject: "There should be no space in empty inline table."
|
|
1265
1265
|
}
|
|
1266
1266
|
},
|
|
1267
1267
|
create(context) {
|
|
@@ -3162,7 +3162,7 @@ var standard_default = [...base_default, { rules: {
|
|
|
3162
3162
|
//#endregion
|
|
3163
3163
|
//#region package.json
|
|
3164
3164
|
var name$1 = "eslint-plugin-toml";
|
|
3165
|
-
var version$1 = "1.2.
|
|
3165
|
+
var version$1 = "1.2.1";
|
|
3166
3166
|
|
|
3167
3167
|
//#endregion
|
|
3168
3168
|
//#region src/meta.ts
|