We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08337e8 commit a156a46Copy full SHA for a156a46
eslint.config.mjs
@@ -60,6 +60,8 @@ export default defineConfig([
60
// サイトは削除されているがドキュメントとしては残すリンク
61
"https://www.acroquest.co.jp/webworkshop/javacordingrule/Acroquest_JavaCodingStandard_6_7.pdf",
62
"http://www.fedict.belgium.be/sites/default/files/downloads/Java_J2EE_conventions_and_guidelines_EN.pdf",
63
+ // デプロイ前の参照を無視するリンク
64
+ "https://github.com/future-architect/coding-standards/blob/master/documents/forJava/Javaコーディング規約_for_21.md",
65
],
66
},
67
0 commit comments