@storm-software/eslint 0.58.0 → 0.59.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 +4 -4
- package/package.json +6 -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
|
@@ -2130,10 +2130,10 @@ const config$1 = {
|
|
|
2130
2130
|
"wrap-regex": "off",
|
|
2131
2131
|
"class-methods-use-this": "off",
|
|
2132
2132
|
/*************************************************************
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2133
|
+
*
|
|
2134
|
+
* TypeScript Rules - The following rules are specific to the TypeScript plugin
|
|
2135
|
+
*
|
|
2136
|
+
**************************************************************/
|
|
2137
2137
|
"@typescript-eslint/no-explicit-any": "off",
|
|
2138
2138
|
"@typescript-eslint/no-empty-function": "off",
|
|
2139
2139
|
"@typescript-eslint/no-var-requires": "off",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.59.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"repository": {
|
|
@@ -23,6 +23,11 @@
|
|
|
23
23
|
"name": "Storm Software",
|
|
24
24
|
"email": "contact@stormsoftware.com",
|
|
25
25
|
"url": "https://stormsoftware.com"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "Pat Sullivan",
|
|
29
|
+
"email": "admin@stormsoftware.com",
|
|
30
|
+
"url": "https://stormsoftware.com"
|
|
26
31
|
}
|
|
27
32
|
],
|
|
28
33
|
"license": "Apache-2.0",
|