@storm-software/eslint 0.170.86 → 0.170.87
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/preset.cjs +51 -1
- package/dist/preset.js +53 -1
- package/package.json +8 -12
package/dist/preset.cjs
CHANGED
|
@@ -1301,6 +1301,56 @@ var require_no_single_element_style_arrays = __commonJS({
|
|
|
1301
1301
|
}
|
|
1302
1302
|
});
|
|
1303
1303
|
|
|
1304
|
+
// ../../node_modules/.pnpm/eslint-plugin-react-native-globals@0.1.2/node_modules/eslint-plugin-react-native-globals/index.js
|
|
1305
|
+
var require_eslint_plugin_react_native_globals = __commonJS({
|
|
1306
|
+
"../../node_modules/.pnpm/eslint-plugin-react-native-globals@0.1.2/node_modules/eslint-plugin-react-native-globals/index.js"(exports, module) {
|
|
1307
|
+
init_cjs_shims();
|
|
1308
|
+
var globals = {
|
|
1309
|
+
__DEV__: false,
|
|
1310
|
+
__dirname: false,
|
|
1311
|
+
alert: false,
|
|
1312
|
+
Blob: false,
|
|
1313
|
+
cancelAnimationFrame: false,
|
|
1314
|
+
cancelIdleCallback: false,
|
|
1315
|
+
clearImmediate: true,
|
|
1316
|
+
clearInterval: false,
|
|
1317
|
+
clearTimeout: false,
|
|
1318
|
+
console: false,
|
|
1319
|
+
escape: false,
|
|
1320
|
+
Event: false,
|
|
1321
|
+
EventTarget: false,
|
|
1322
|
+
exports: false,
|
|
1323
|
+
fetch: false,
|
|
1324
|
+
File: false,
|
|
1325
|
+
FileReader: false,
|
|
1326
|
+
FormData: false,
|
|
1327
|
+
global: false,
|
|
1328
|
+
Map: true,
|
|
1329
|
+
module: false,
|
|
1330
|
+
navigator: false,
|
|
1331
|
+
process: false,
|
|
1332
|
+
Promise: true,
|
|
1333
|
+
requestAnimationFrame: true,
|
|
1334
|
+
requestIdleCallback: true,
|
|
1335
|
+
require: false,
|
|
1336
|
+
Set: true,
|
|
1337
|
+
setImmediate: true,
|
|
1338
|
+
setInterval: false,
|
|
1339
|
+
setTimeout: false,
|
|
1340
|
+
WebSocket: false,
|
|
1341
|
+
window: false,
|
|
1342
|
+
XMLHttpRequest: false
|
|
1343
|
+
};
|
|
1344
|
+
module.exports = {
|
|
1345
|
+
environments: {
|
|
1346
|
+
all: {
|
|
1347
|
+
globals
|
|
1348
|
+
}
|
|
1349
|
+
}
|
|
1350
|
+
};
|
|
1351
|
+
}
|
|
1352
|
+
});
|
|
1353
|
+
|
|
1304
1354
|
// ../../node_modules/.pnpm/eslint-plugin-react-native@5.0.0_patch_hash=1320a4c113a7f7ebb367bb0eaf377bd76dd7730f216_b81403553f777f68c7f42f6dd1713653/node_modules/eslint-plugin-react-native/index.js
|
|
1305
1355
|
var require_eslint_plugin_react_native = __commonJS({
|
|
1306
1356
|
"../../node_modules/.pnpm/eslint-plugin-react-native@5.0.0_patch_hash=1320a4c113a7f7ebb367bb0eaf377bd76dd7730f216_b81403553f777f68c7f42f6dd1713653/node_modules/eslint-plugin-react-native/index.js"(exports, module) {
|
|
@@ -1339,7 +1389,7 @@ var require_eslint_plugin_react_native = __commonJS({
|
|
|
1339
1389
|
},
|
|
1340
1390
|
environments: {
|
|
1341
1391
|
"react-native": {
|
|
1342
|
-
globals:
|
|
1392
|
+
globals: require_eslint_plugin_react_native_globals().environments.all.globals
|
|
1343
1393
|
}
|
|
1344
1394
|
},
|
|
1345
1395
|
configs: {
|
package/dist/preset.js
CHANGED
|
@@ -4,7 +4,6 @@ import { findWorkspaceRoot } from './chunk-2U26IRBT.js';
|
|
|
4
4
|
import { joinPaths } from './chunk-I72VXUA2.js';
|
|
5
5
|
import { __commonJS, init_esm_shims, __toESM, __require, __filename as __filename$1 } from './chunk-HUL5SEAB.js';
|
|
6
6
|
import * as __import_util from 'util';
|
|
7
|
-
import * as __import_eslintPluginReactNativeGlobals from 'eslint-plugin-react-native-globals';
|
|
8
7
|
import * as __import__microsoft_tsdocConfig from '@microsoft/tsdoc-config';
|
|
9
8
|
import * as __import_path from 'path';
|
|
10
9
|
import * as __import_fs from 'fs';
|
|
@@ -1222,6 +1221,58 @@ var require_no_single_element_style_arrays = __commonJS({
|
|
|
1222
1221
|
};
|
|
1223
1222
|
}
|
|
1224
1223
|
});
|
|
1224
|
+
|
|
1225
|
+
// ../../node_modules/.pnpm/eslint-plugin-react-native-globals@0.1.2/node_modules/eslint-plugin-react-native-globals/index.js
|
|
1226
|
+
var require_eslint_plugin_react_native_globals = __commonJS({
|
|
1227
|
+
"../../node_modules/.pnpm/eslint-plugin-react-native-globals@0.1.2/node_modules/eslint-plugin-react-native-globals/index.js"(exports, module) {
|
|
1228
|
+
init_esm_shims();
|
|
1229
|
+
var globals = {
|
|
1230
|
+
__DEV__: false,
|
|
1231
|
+
__dirname: false,
|
|
1232
|
+
alert: false,
|
|
1233
|
+
Blob: false,
|
|
1234
|
+
cancelAnimationFrame: false,
|
|
1235
|
+
cancelIdleCallback: false,
|
|
1236
|
+
clearImmediate: true,
|
|
1237
|
+
clearInterval: false,
|
|
1238
|
+
clearTimeout: false,
|
|
1239
|
+
console: false,
|
|
1240
|
+
escape: false,
|
|
1241
|
+
Event: false,
|
|
1242
|
+
EventTarget: false,
|
|
1243
|
+
exports: false,
|
|
1244
|
+
fetch: false,
|
|
1245
|
+
File: false,
|
|
1246
|
+
FileReader: false,
|
|
1247
|
+
FormData: false,
|
|
1248
|
+
global: false,
|
|
1249
|
+
Map: true,
|
|
1250
|
+
module: false,
|
|
1251
|
+
navigator: false,
|
|
1252
|
+
process: false,
|
|
1253
|
+
Promise: true,
|
|
1254
|
+
requestAnimationFrame: true,
|
|
1255
|
+
requestIdleCallback: true,
|
|
1256
|
+
require: false,
|
|
1257
|
+
Set: true,
|
|
1258
|
+
setImmediate: true,
|
|
1259
|
+
setInterval: false,
|
|
1260
|
+
setTimeout: false,
|
|
1261
|
+
WebSocket: false,
|
|
1262
|
+
window: false,
|
|
1263
|
+
XMLHttpRequest: false
|
|
1264
|
+
};
|
|
1265
|
+
module.exports = {
|
|
1266
|
+
environments: {
|
|
1267
|
+
all: {
|
|
1268
|
+
globals
|
|
1269
|
+
}
|
|
1270
|
+
}
|
|
1271
|
+
};
|
|
1272
|
+
}
|
|
1273
|
+
});
|
|
1274
|
+
|
|
1275
|
+
// ../../node_modules/.pnpm/eslint-plugin-react-native@5.0.0_patch_hash=1320a4c113a7f7ebb367bb0eaf377bd76dd7730f216_b81403553f777f68c7f42f6dd1713653/node_modules/eslint-plugin-react-native/index.js
|
|
1225
1276
|
var require_eslint_plugin_react_native = __commonJS({
|
|
1226
1277
|
"../../node_modules/.pnpm/eslint-plugin-react-native@5.0.0_patch_hash=1320a4c113a7f7ebb367bb0eaf377bd76dd7730f216_b81403553f777f68c7f42f6dd1713653/node_modules/eslint-plugin-react-native/index.js"(exports, module) {
|
|
1227
1278
|
init_esm_shims();
|
|
@@ -1232,6 +1283,7 @@ var require_eslint_plugin_react_native = __commonJS({
|
|
|
1232
1283
|
var __import___lib_rules_splitPlatformComponents = __toESM(require_split_platform_components());
|
|
1233
1284
|
var __import___lib_rules_noRawText = __toESM(require_no_raw_text());
|
|
1234
1285
|
var __import___lib_rules_noSingleElementStyleArrays = __toESM(require_no_single_element_style_arrays());
|
|
1286
|
+
var __import_eslintPluginReactNativeGlobals = __toESM(require_eslint_plugin_react_native_globals());
|
|
1235
1287
|
var allRules = {
|
|
1236
1288
|
"no-unused-styles": __import___lib_rules_noUnusedStyles,
|
|
1237
1289
|
"no-inline-styles": __import___lib_rules_noInlineStyles,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.170.
|
|
3
|
+
"version": "0.170.87",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"keywords": [
|
|
@@ -141,9 +141,9 @@
|
|
|
141
141
|
"@eslint/eslintrc": "^3.3.5",
|
|
142
142
|
"@eslint/markdown": "^6.6.0",
|
|
143
143
|
"@nx/eslint-plugin": "22.7.5",
|
|
144
|
-
"@storm-software/config": "
|
|
145
|
-
"@storm-software/config-tools": "
|
|
146
|
-
"@storm-software/package-constants": "
|
|
144
|
+
"@storm-software/config": "1.137.92",
|
|
145
|
+
"@storm-software/config-tools": "1.190.60",
|
|
146
|
+
"@storm-software/package-constants": "0.1.73",
|
|
147
147
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
148
148
|
"@typescript-eslint/eslint-plugin": "^8.61.0",
|
|
149
149
|
"@typescript-eslint/parser": "^8.61.0",
|
|
@@ -196,9 +196,9 @@
|
|
|
196
196
|
"@next/eslint-plugin-next": "^15.5.19",
|
|
197
197
|
"@nx/eslint": "22.7.5",
|
|
198
198
|
"@prettier/plugin-xml": "^3.4.2",
|
|
199
|
-
"@storm-software/eslint-plugin-banner": "
|
|
200
|
-
"@storm-software/eslint-plugin-pnpm": "
|
|
201
|
-
"@storm-software/eslint-plugin-tsdoc": "
|
|
199
|
+
"@storm-software/eslint-plugin-banner": "0.0.24",
|
|
200
|
+
"@storm-software/eslint-plugin-pnpm": "0.0.23",
|
|
201
|
+
"@storm-software/eslint-plugin-tsdoc": "0.0.23",
|
|
202
202
|
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
203
203
|
"@types/eslint": "^9.6.1",
|
|
204
204
|
"@types/eslint__js": "^8.42.3",
|
|
@@ -243,8 +243,6 @@
|
|
|
243
243
|
"eslint-plugin-mdx": "^3.8.1",
|
|
244
244
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
245
245
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
246
|
-
"eslint-plugin-react-native": "^5.0.0",
|
|
247
|
-
"eslint-plugin-react-native-globals": "^0.1.2",
|
|
248
246
|
"eslint-plugin-relay": "^1.8.3",
|
|
249
247
|
"eslint-plugin-storybook": "^0.11.0",
|
|
250
248
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
|
|
@@ -266,8 +264,6 @@
|
|
|
266
264
|
"eslint-plugin-mdx": { "optional": true },
|
|
267
265
|
"eslint-plugin-react-compiler": { "optional": true },
|
|
268
266
|
"eslint-plugin-react-hooks": { "optional": true },
|
|
269
|
-
"eslint-plugin-react-native": { "optional": true },
|
|
270
|
-
"eslint-plugin-react-native-globals": { "optional": true },
|
|
271
267
|
"eslint-plugin-relay": { "optional": true },
|
|
272
268
|
"eslint-plugin-storybook": { "optional": true },
|
|
273
269
|
"graphql": { "optional": true },
|
|
@@ -275,5 +271,5 @@
|
|
|
275
271
|
"zod": { "optional": true }
|
|
276
272
|
},
|
|
277
273
|
"publishConfig": { "access": "public" },
|
|
278
|
-
"gitHead": "
|
|
274
|
+
"gitHead": "5c9b163eb1ed4b84c22b2f5d85d27786d215cf95"
|
|
279
275
|
}
|