Skip to content

Instantly share code, notes, and snippets.

View phanect's full-sized avatar

Jumpei Ogawa phanect

View GitHub Profile
@think49
think49 / to-hankaku.js
Created May 10, 2011 14:38
to-hankaku.js, to-zenkaku.js : 半角文字/全角文字をそれぞれ変換する
/**
* to-hankaku.js
* convert to ascii code strings.
*
* @version 1.0.1
* @author think49
* @url https://gist.github.com/964592
* @license http://www.opensource.org/licenses/mit-license.php (The MIT License)
*/
@alex-kinokon
alex-kinokon / eslint-import-require-node-prefix.js
Created May 22, 2023 06:05
eslint-import-require-node-prefix
// License: https://unlicense.org/
// @ts-check
const { builtinModules } = require("module");
/**
* @type {import("eslint").Rule.RuleModule}
*/
module.exports = {
meta: {
type: "problem",