@infernodesign/eslint-config 1.2.1 → 1.2.2
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.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1052,6 +1052,7 @@ async function markdown(options = {}) {
|
|
|
1052
1052
|
"node/prefer-global/process": "off",
|
|
1053
1053
|
"style/comma-dangle": "off",
|
|
1054
1054
|
"style/eol-last": "off",
|
|
1055
|
+
"style/no-trailing-spaces": "off",
|
|
1055
1056
|
"style/padding-line-between-statements": "off",
|
|
1056
1057
|
"ts/consistent-type-imports": "off",
|
|
1057
1058
|
"ts/explicit-function-return-type": "off",
|
package/package.json
CHANGED