@storm-software/eslint 0.118.11 → 0.119.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/README.md +1 -1
- package/dist/{chunk-IOC73SH2.cjs → chunk-QSFZU7HX.cjs} +3 -0
- package/dist/{chunk-GFT433G2.js → chunk-UAGSKXUP.js} +3 -0
- package/dist/preset.cjs +2 -2
- package/dist/preset.js +1 -1
- package/dist/utils/ignores.cjs +2 -2
- package/dist/utils/ignores.js +1 -1
- package/dist/utils/index.cjs +2 -2
- package/dist/utils/index.js +1 -1
- 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.cjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var _chunkGMT3V67Ncjs = require('./chunk-GMT3V67N.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkQSFZU7HXcjs = require('./chunk-QSFZU7HX.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
var _chunkKISSHBCDcjs = require('./chunk-KISSHBCD.cjs');
|
|
@@ -666,7 +666,7 @@ function getStormConfig(options = {
|
|
|
666
666
|
const cspellConfigFile = options.cspellConfigFile || "./.vscode/cspell.json";
|
|
667
667
|
try {
|
|
668
668
|
const ignoredFiles = [
|
|
669
|
-
...
|
|
669
|
+
..._chunkQSFZU7HXcjs.DEFAULT_IGNORES,
|
|
670
670
|
...options.ignores || []
|
|
671
671
|
].filter(Boolean);
|
|
672
672
|
const configs = [
|
package/dist/preset.js
CHANGED
package/dist/utils/ignores.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkQSFZU7HXcjs = require('../chunk-QSFZU7HX.cjs');
|
|
4
4
|
require('../chunk-USNT2KNT.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
exports.DEFAULT_IGNORES =
|
|
7
|
+
exports.DEFAULT_IGNORES = _chunkQSFZU7HXcjs.DEFAULT_IGNORES;
|
package/dist/utils/ignores.js
CHANGED
package/dist/utils/index.cjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var _chunkGMT3V67Ncjs = require('../chunk-GMT3V67N.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkQSFZU7HXcjs = require('../chunk-QSFZU7HX.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -30,4 +30,4 @@ require('../chunk-USNT2KNT.cjs');
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
exports.ACRONYMS_LIST = _chunkESFBJFNUcjs.ACRONYMS_LIST; exports.CODE_BLOCK = _chunkESFBJFNUcjs.CODE_BLOCK; exports.CODE_FILE = _chunkESFBJFNUcjs.CODE_FILE; exports.DEFAULT_IGNORES =
|
|
33
|
+
exports.ACRONYMS_LIST = _chunkESFBJFNUcjs.ACRONYMS_LIST; exports.CODE_BLOCK = _chunkESFBJFNUcjs.CODE_BLOCK; exports.CODE_FILE = _chunkESFBJFNUcjs.CODE_FILE; exports.DEFAULT_IGNORES = _chunkQSFZU7HXcjs.DEFAULT_IGNORES; exports.JS_FILE = _chunkESFBJFNUcjs.JS_FILE; exports.JS_FILES = _chunkESFBJFNUcjs.JS_FILES; exports.REACT_RESTRICTED_SYNTAX = _chunkESFBJFNUcjs.REACT_RESTRICTED_SYNTAX; exports.RESTRICTED_GLOBALS = _chunkESFBJFNUcjs.RESTRICTED_GLOBALS; exports.RESTRICTED_MODULES = _chunkESFBJFNUcjs.RESTRICTED_MODULES; exports.RESTRICTED_SYNTAX = _chunkESFBJFNUcjs.RESTRICTED_SYNTAX; exports.TS_FILE = _chunkESFBJFNUcjs.TS_FILE; exports.formatConfig = _chunkGMT3V67Ncjs.formatConfig;
|
package/dist/utils/index.js
CHANGED
package/package.json
CHANGED