@checkdigit/eslint-plugin 5.3.0-PR.45-45d2 → 5.3.0-PR.45-4504
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-cjs/index.cjs
CHANGED
|
@@ -324,7 +324,7 @@ var no_uuid_default = {
|
|
|
324
324
|
// src/require-assert-message.ts
|
|
325
325
|
var require_assert_message_default = {
|
|
326
326
|
meta: {
|
|
327
|
-
type: "
|
|
327
|
+
type: "problem",
|
|
328
328
|
docs: {
|
|
329
329
|
description: "Validate that message argument to always be supplied to node:assert methods",
|
|
330
330
|
url: "https://github.com/xxxxx/eslint-plugin"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// src/require-assert-message.ts
|
|
2
2
|
var require_assert_message_default = {
|
|
3
3
|
meta: {
|
|
4
|
-
type: "
|
|
4
|
+
type: "problem",
|
|
5
5
|
docs: {
|
|
6
6
|
description: "Validate that message argument to always be supplied to node:assert methods",
|
|
7
7
|
url: "https://github.com/xxxxx/eslint-plugin"
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@checkdigit/eslint-plugin","version":"5.3.0-PR.45-
|
|
1
|
+
{"name":"@checkdigit/eslint-plugin","version":"5.3.0-PR.45-4504","description":"Check Digit eslint plugins","prettier":"@checkdigit/prettier-config","type":"module","exports":{".":{"types":"./dist-types/index.d.ts","require":"./dist-cjs/index.cjs","import":"./dist-mjs/index.mjs","default":"./dist-mjs/index.mjs"}},"keywords":["eslint","eslintplugin"],"engines":{"node":">=18"},"repository":{"type":"git","url":"git+https://github.com/checkdigit/eslint-plugin.git"},"author":"Check Digit, LLC","license":"MIT","bugs":{"url":"https://github.com/checkdigit/eslint-plugin/issues"},"homepage":"https://github.com/checkdigit/eslint-plugin#readme","peerDependencies":{"eslint":">=8 <9"},"devDependencies":{"@checkdigit/jest-config":"^3.1.0","@checkdigit/prettier-config":"^4.1.0","@checkdigit/typescript-config":"^5.0.0","@types/eslint":"^8.44.3","@typescript-eslint/eslint-plugin":"^6.7.3","@typescript-eslint/parser":"^6.7.3","eslint-config-prettier":"^9.0.0","eslint-plugin-eslint-plugin":"^5.1.1","eslint-plugin-import":"^2.28.1","eslint-plugin-no-only-tests":"^3.1.0","eslint-plugin-no-secrets":"^0.8.9","eslint-plugin-node":"^11.1.0","eslint-plugin-sonarjs":"^0.21.0"},"scripts":{"prepublishOnly":"npm run build:dist-types && npm run build:dist-cjs && npm run build:dist-mjs","build:dist-types":"rimraf dist-types && npx builder --type=types --outDir=dist-types","build:dist-cjs":"rimraf dist-cjs && npx builder --type=commonjs --sourceMap --entryPoint=index.ts --outDir=dist-cjs --outFile=index.cjs && echo \"module.exports = module.exports.default;\" >> dist-cjs/index.cjs && node dist-cjs/index.cjs","build:dist-mjs":"rimraf dist-mjs && npx builder --type=module --sourceMap --outDir=dist-mjs && node dist-mjs/index.mjs","lint:fix":"eslint --ignore-path .gitignore . --fix","lint":"eslint --max-warnings 0 --ignore-path .gitignore .","prettier":"prettier --ignore-path .gitignore --list-different .","prettier:fix":"prettier --ignore-path .gitignore --write .","test":"npm run ci:compile && npm run ci:test && npm run ci:lint && npm run ci:style","ci:compile":"tsc --noEmit","ci:test":"NODE_OPTIONS=\"--experimental-vm-modules\" jest --coverage=false","ci:coverage":"NODE_OPTIONS=\"--experimental-vm-modules\" jest --coverage=true","ci:lint":"npm run lint","ci:style":"npm run prettier"},"jest":{"preset":"@checkdigit/jest-config"},"files":["src","dist-types","dist-cjs","dist-mjs","!src/**/*.test.ts","!src/**/*.spec.ts","!dist-types/**/*.test.d.ts","!dist-types/**/*.spec.d.ts","!dist-cjs/**/*.test.cjs","!dist-cjs/**/*.spec.cjs","!dist-mjs/**/*.test.mjs","!dist-mjs/**/*.spec.mjs","SECURITY.md"]}
|
|
@@ -10,7 +10,7 @@ import type { Rule } from 'eslint';
|
|
|
10
10
|
|
|
11
11
|
export default {
|
|
12
12
|
meta: {
|
|
13
|
-
type: '
|
|
13
|
+
type: 'problem',
|
|
14
14
|
docs: {
|
|
15
15
|
description: 'Validate that message argument to always be supplied to node:assert methods',
|
|
16
16
|
url: 'https://github.com/xxxxx/eslint-plugin',
|