@sandstone-mc/mcdoc-ts-generator 0.1.8 → 0.1.9
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/cli.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -2821,7 +2821,7 @@ var eslint = new ESLint({
|
|
|
2821
2821
|
"@stylistic": stylistic
|
|
2822
2822
|
},
|
|
2823
2823
|
rules: {
|
|
2824
|
-
"@stylistic/indent": ["error",
|
|
2824
|
+
"@stylistic/indent": ["error", 2],
|
|
2825
2825
|
"@stylistic/quotes": ["error", "single"],
|
|
2826
2826
|
"@stylistic/semi": ["error", "never"],
|
|
2827
2827
|
"@stylistic/member-delimiter-style": ["error", {
|
package/dist/index.js
CHANGED
|
@@ -2819,7 +2819,7 @@ var eslint = new ESLint({
|
|
|
2819
2819
|
"@stylistic": stylistic
|
|
2820
2820
|
},
|
|
2821
2821
|
rules: {
|
|
2822
|
-
"@stylistic/indent": ["error",
|
|
2822
|
+
"@stylistic/indent": ["error", 2],
|
|
2823
2823
|
"@stylistic/quotes": ["error", "single"],
|
|
2824
2824
|
"@stylistic/semi": ["error", "never"],
|
|
2825
2825
|
"@stylistic/member-delimiter-style": ["error", {
|