Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitde4f8c7

Browse files
Bump eslint-plugin-github from 5.1.8 to 6.0.0 (#146)
* Bump eslint-plugin-github from 5.1.8 to 6.0.0Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 5.1.8 to 6.0.0.- [Release notes](https://github.com/github/eslint-plugin-github/releases)- [Commits](github/eslint-plugin-github@v5.1.8...v6.0.0)---updated-dependencies:- dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>* Convert to flat config---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Kate Higa <16447748+khiga8@users.noreply.github.com>
1 parent14d7d0c commitde4f8c7

File tree

4 files changed

+281
-273
lines changed

4 files changed

+281
-273
lines changed

‎.eslintrc.json

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

‎eslint.config.js

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
importgithubfrom"eslint-plugin-github";
2+
importglobalsfrom"globals";
3+
4+
exportdefault[
5+
github.getFlatConfigs().recommended,
6+
{
7+
languageOptions:{
8+
ecmaVersion:13,
9+
globals:{
10+
...globals.es6,
11+
...globals.node,
12+
...globals.jest,
13+
},
14+
},
15+
files:["**/*.{js,mjs,cjs,jsx,mjsx,ts,tsx,mtsx}"],
16+
rules:{
17+
"github/filenames-match-regex":"off",
18+
"i18n-text/no-en":"off",
19+
"import/extensions":["error",{js:"ignorePackages"}],
20+
"import/no-unresolved":[
21+
"error",
22+
{
23+
ignore:["^markdownlint/.+"],
24+
},
25+
],
26+
},
27+
},
28+
];

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp