@storm-software/eslint 0.62.4 → 0.63.0
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/README.md +1 -1
- package/dist/preset.mjs +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/dist/preset.mjs
CHANGED
|
@@ -1811,7 +1811,7 @@ const config$1 = {
|
|
|
1811
1811
|
2,
|
|
1812
1812
|
{
|
|
1813
1813
|
ignoreUrls: true,
|
|
1814
|
-
ignoreComments:
|
|
1814
|
+
ignoreComments: true,
|
|
1815
1815
|
ignoreRegExpLiterals: true,
|
|
1816
1816
|
ignoreStrings: true,
|
|
1817
1817
|
ignoreTemplateLiterals: true
|
|
@@ -2057,7 +2057,7 @@ const config$1 = {
|
|
|
2057
2057
|
{ keywords: false, unnecessary: true, numbers: false }
|
|
2058
2058
|
],
|
|
2059
2059
|
// specify whether double or single quotes should be used
|
|
2060
|
-
quotes: ["error", "
|
|
2060
|
+
quotes: ["error", "double", { avoidEscape: true }],
|
|
2061
2061
|
// do not require jsdoc
|
|
2062
2062
|
// https://eslint.org/docs/rules/require-jsdoc
|
|
2063
2063
|
"require-jsdoc": "off",
|
package/package.json
CHANGED