Skip to content

Commit 1fe7f8d

Browse files
committed
Preparing v 5.0.4
1 parent 51b98f6 commit 1fe7f8d

File tree

11,246 files changed

+350028
-153512
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

11,246 files changed

+350028
-153512
lines changed

eslint.config.mjs

Lines changed: 27 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import path from "node:path";
33
import { fileURLToPath } from "node:url";
44
import js from "@eslint/js";
55
import { FlatCompat } from "@eslint/eslintrc";
6-
// import jest from "eslint-plugin-jest";
7-
// import github from "eslint-plugin-github";
86

97
const __filename = fileURLToPath(import.meta.url);
108
const __dirname = path.dirname(__filename);
@@ -14,42 +12,35 @@ const compat = new FlatCompat({
1412
allConfig: js.configs.all
1513
});
1614

17-
18-
export default [{
19-
ignores: [
20-
"**/node_modules/",
21-
"**/.vscode/",
22-
"**/action.yml",
23-
"**/package.json",
24-
"**/package-lock.json",
25-
"**/README.md"
15+
export default [
16+
{
17+
ignores: [
18+
"**/node_modules/",
19+
"**/.vscode/",
20+
"**/action.yml",
21+
"**/package.json",
22+
"**/package-lock.json",
23+
"**/README.md"
2624
],
27-
},
25+
},
2826
...compat.extends(
2927
"eslint:recommended",
3028
"plugin:jest/recommended",
31-
"plugin:github/recommended",
32-
),
33-
{
34-
languageOptions: {
35-
globals: {
36-
...globals.node,
37-
...globals.commonjs,
29+
),
30+
{
31+
languageOptions: {
32+
globals: {
33+
...globals.node,
34+
...globals.commonjs,
35+
},
36+
ecmaVersion: "latest",
37+
sourceType: "commonjs",
3838
},
39-
ecmaVersion: "latest",
40-
sourceType: "commonjs",
41-
},
42-
//plugins: ['eslint-plugin-github', 'eslint-plugin-jest', 'eslint-plugin-prettier'],
43-
rules: {
44-
"eslint-comments/no-use": "off",
45-
"import/no-namespace": "off",
46-
"import/no-commonjs": "off",
47-
"i18n-text/no-en": 0,
48-
"prefer-template": "warn",
49-
"filenames/match-regex": "off",
50-
"github/no-then": "off",
51-
"no-unused-vars": "off",
52-
camelcase: "off",
53-
"no-undef": "off",
54-
},
55-
}];
39+
rules: {
40+
"prefer-template": "warn",
41+
"no-unused-vars": "off",
42+
camelcase: "off",
43+
"no-undef": "off",
44+
},
45+
}
46+
];

node_modules/.bin/create-jest

Lines changed: 0 additions & 16 deletions
This file was deleted.

node_modules/.bin/create-jest.cmd

Lines changed: 0 additions & 17 deletions
This file was deleted.

node_modules/.bin/create-jest.ps1

Lines changed: 0 additions & 28 deletions
This file was deleted.

node_modules/.bin/napi-postinstall

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/napi-postinstall.cmd

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/napi-postinstall.ps1

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)