Fork me on GitHub

次$1

Tags: opinion 表記統一

Description

書籍の場合は、以下ではなく次を利用します(常に下にあるとは限らないため)

Patterns

Pattern Expected
/(? 次$1

Examples

Before After
それぞれ以下のように書かれています。 それぞれ次のように書かれています。
以下の 次の
次回 次回
下記の 次の
Node.js 12以下の Node.js 12以下の

webpack

Tags: noun

Description

webpack is lower-case https://webpack.js.org/

Patterns

Pattern Expected
/\bwebpack\b/i webpack

Examples

Before After
webpack webpack
WebPack webpack
BuildWebPack is OK BuildWebPack is OK

localStorage

Tags: noun JavaScript

Description

Reference https://www.w3.org/TR/webstorage/

Patterns

Pattern Expected
localstorage localStorage
local storage localStorage

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
localstorage is a parts of webstorage localStorage is a parts of webstorage
local storage is a parts of webstorage localStorage is a parts of webstorage

$1rotli

Tags: noun

Description

Brotliはbr

Patterns

Pattern Expected
/\b(b)rottli\b/i $1rotli

Examples

Before After
brottli compression brotli compression
brottli圧縮 brotli圧縮
BrotliはbrotliでOK BrotliはbrotliでOK

何とも

Tags: opinion 表記統一

Patterns

Pattern Expected
なんとも 何とも

$1 EAP

Tags: noun

Patterns

Pattern Expected
/([0-9\.]+)EAP/ $1 EAP

Allows

  • {{COMBINATION_WORD}}

WebDriver

Tags: noun

Description

Reference http://www.seleniumhq.org/projects/webdriver/

Patterns

Pattern Expected
/WebDriver/i WebDriver
/Web Driver/i WebDriver

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
Web Driver is designed in a simpler and more concise programming interface WebDriver is designed in a simpler and more concise programming interface
webdriver is designed in a simpler and more concise programming interface WebDriver is designed in a simpler and more concise programming interface
WebdriverIO is OK. WebdriverIO is OK.

Virtual Machine

Tags: noun opinion

Patterns

Pattern Expected
Virtual machine Virtual Machine

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
MSEdgeが使えるWindows 10のVirtual machine(VM)が公開された MSEdgeが使えるWindows 10のVirtual Machine(VM)が公開された

WHATWG

Tags: noun

Description

WHAWG typo

Patterns

Pattern Expected
/\bWHAWG\b/ WHATWG
/\bWHATWGT\b/ WHATWG

Examples

Before After
WHATWG WHATWG
WHAWG WHATWG
WHATWG WHATWG

$1中

Tags: opinion 表記統一

Patterns

Pattern Expected
/(世界|日)じゅう/ $1中

HTML5 Rocks

Tags: noun

Patterns

Pattern Expected
/HTML5Rocks/i HTML5 Rocks
/HTML5Rock/i HTML5 Rocks

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
HTML5Rockに現在公開されている翻訳記事のまとめ HTML5 Rocksに現在公開されている翻訳記事のまとめ

Oreilly

Tags: noun

Description

O'reilly is OK. But oreilly is not OK

Patterns

Pattern Expected
/Oreilly/i Oreilly

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
oreilly Oreilly

prototype pollution

Tags: noun

Patterns

Pattern Expected
prototype pollusion prototype pollution

Examples

Before After
prototype pollution prototype pollution
prototype pollusion prototype pollution

ES.next

Tags: JavaScript

Patterns

Pattern Expected
ES next ES.next

Examples

Before After
ES nextでは ES.nextでは

Source Map

Tags: noun JavaScript

Description

Reference http://source-map.github.io/

Patterns

Pattern Expected
/Source Map/i Source Map
/SourceMap/i Source Map

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
多段SourceMapに対応 多段Source Mapに対応
SourceMap Source Map

Windows $1

Tags: noun

Description

Reference https://www.microsoft.com/windows

Patterns

Pattern Expected
/Windows (\d+)/i Windows $1

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
OK windows OK windows
windows 10 Windows 10

webpack

Tags: typo

Patterns

Pattern Expected
/\bwebpac(?!k)\b/ webpack

Examples

Before After
webpacのビルド速度改善についてのスライド webpackのビルド速度改善についてのスライド

SvelteKit

Tags: noun

Description

https://github.com/sveltejs/kit

Patterns

Pattern Expected
/SveleteKit/i SvelteKit

Examples

Before After
SveleteKit SvelteKit
SvelteKit SvelteKit

Virtual DOM

Tags: noun opinion JavaScript

Patterns

Pattern Expected
/VirtualDOM/i Virtual DOM

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
VirtualDOM is virtual dom object Virtual DOM is virtual dom object

PostCSS

Tags: noun CSS

Patterns

Pattern Expected
/PostCSS/i PostCSS

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
postcss PostCSS

Travis CI

Tags: noun

Patterns

Pattern Expected
/TravisCI/i Travis CI

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
TravisCI is a service Travis CI is a service

WebExtension$1

Tags: noun

Description

See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/What_are_WebExtensions

Patterns

Pattern Expected
/Web Extension(s)?/ WebExtension$1

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
Web Extension WebExtension
Extensions for Firefox are built using WebExtensions APIs Extensions for Firefox are built using WebExtensions APIs
WebExtension APIs are designed to be compatible with Chrome and Opera extensions WebExtension APIs are designed to be compatible with Chrome and Opera extensions

JavaScript

Tags: noun JavaScript

Description

JavaScript is not Java Script

Patterns

Pattern Expected
/javascript/i JavaScript
/Java Script/i JavaScript

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
javascript JavaScript
java script JavaScript
Java script JavaScript

Web Components

Tags: noun JavaScript

Description

Reference https://w3c.github.io/webcomponents/explainer/

Patterns

Pattern Expected
/WebComponents/i Web Components
/web components/i Web Components

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
WebComponentsについてのWeeklyメールマガジン Web ComponentsについてのWeeklyメールマガジン

App Router

Tags: noun

Description

*s*がつかない https://nextjs.org/docs/app

Patterns

Pattern Expected
/\bapp router\b/ App Router
/\bApps Router\b/ App Router

Examples

Before After
Pages Router Pages Router
page router page router
app router App Router
Apps Router App Router

Arrow Function

Tags: typo

Patterns

Pattern Expected
Array Function Arrow Function

NestJS

Tags:

Description

NestJS https://nestjs.com/

Patterns

Pattern Expected
/Nest\.js/i NestJS
/Nestjs/i NestJS

Examples

Before After
NestJS NestJS
Nest.js NestJS

Performance

Tags: typo

Patterns

Pattern Expected
/peformance/i Performance

Examples

Before After
ブラウザ上でどうやって計測するかやPeformance Timelineなどの仕様について ブラウザ上でどうやって計測するかやPerformance Timelineなどの仕様について

Flexbox

Tags: noun CSS

Patterns

Pattern Expected
Fluxbox Flexbox

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
CSS Fluxboxでは CSS Flexboxでは

Workaround

Tags: typo

Patterns

Pattern Expected
Workaound Workaround

Examples

Before After
iOS7と8のquerySelectorバグの対処(Workaound) iOS7と8のquerySelectorバグの対処(Workaround)

Ember.js

Tags: noun JavaScript

Description

Reference https://www.emberjs.com/

Patterns

Pattern Expected
/Ember\.js/i Ember.js

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
ember.js Ember.js

CloudFront

Tags: noun

Description

AWS CloudFront https://aws.amazon.com/jp/cloudfront/

Patterns

Pattern Expected
/\bCloudFront\b/i CloudFront

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
Cloudront Cloudront
Cloudfront CloudFront
awscloudfront awscloudfront

Pages Router

Tags: noun

Description

*s*がつく https://nextjs.org/docs/pages

Patterns

Pattern Expected
/\bpage router\b/ Pages Router

Examples

Before After
Pages Router Pages Router
page router Pages Router

Angular

Tags: noun JavaScript

Description

Angular(2.0~)

Patterns

Pattern Expected
/angular/i Angular

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
angular Angular
angulardart angulardart

OCaml

Tags: noun

Description

Reference http://ocaml.org/

Patterns

Pattern Expected
/OCaml/i OCaml

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
ocaml OCaml

package.json

Tags: typo

Patterns

Pattern Expected
packge.json package.json

Underscore.js

Tags: noun JavaScript

Description

Reference http://underscorejs.org/

Patterns

Pattern Expected
/underscore.js/i Underscore.js

Allows

  • {{COMBINATION_WORD}}

Property

Tags: typo

Patterns

Pattern Expected
/propety/i Property

Examples

Before After
propety Property

Jamstack

Tags: noun

Description

Jamstackに統一された https://github.com/jamstack/jamstack.org/issues/279

Patterns

Pattern Expected
/\bJAMStack\b/i Jamstack

Examples

Before After
Jamstack Jamstack
JAMStack is old word Jamstack is old word
jamjasmstack jamjasmstack

Touch Events

Tags: noun JavaScript

Description

Reference https://www.w3.org/TR/touch-events/

Patterns

Pattern Expected
/Touch Event/i Touch Events
/Touch Events/i Touch Events

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
Touch Event、Fullscreen APIなどのサポートなど Touch Events、Fullscreen APIなどのサポートなど

jQuery

Tags: noun JavaScript

Description

Reference http://jquery.com/

Patterns

Pattern Expected
/jquery/i jQuery

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
Jquery jQuery
jquery jQuery
jquery-ui jquery-ui

$1velte

Tags: noun

Description

https://github.com/sveltejs

Patterns

Pattern Expected
/(s)velete/i $1velte

Examples

Before After
svelete svelte
Svelete Svelte

$1デフォルトで有効$2

Tags: opinion jser.info

Patterns

Pattern Expected
/(?:(が)デフォルト有効)|(?:デフォルト有効(に))/ $1デフォルトで有効$2

Wasm

Tags: noun

Description

WebAssembly (abbreviated Wasm) https://webassembly.org/

Patterns

Pattern Expected
/wasm/i Wasm

Examples

Before After
wasm Wasm
WAsm Wasm
WebAssembly (abbreviated Wasm) WebAssembly (abbreviated Wasm)

Ecma標準

Tags: JavaScript

Patterns

Pattern Expected
ECMA標準 Ecma標準

Leanpub

Tags: noun

Description

Reference https://leanpub.com/

Patterns

Pattern Expected
/leanpub/i Leanpub

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
leanpub Leanpub

$1nimation

Tags: noun

Description

typo

Patterns

Pattern Expected
/(a)nimation/i $1nimation

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
Animation Animation
CSS Animation CSS Animation
CSS animations CSS animations

Sauce Labs

Tags: noun

Patterns

Pattern Expected
SauceLabs Sauce Labs

Allows

  • {{COMBINATION_WORD}}

Import

Tags: typo

Description

importのtypoです

Patterns

Pattern Expected
Impport Import

Examples

Before After
Dynamic Impport Dynamic Import
Impporter Importer

1Password

Tags: noun

Patterns

Pattern Expected
/1\s?Password/i 1Password

Examples

Before After
1Password 1Password
1password 1Password
1 Password 1Password

Web Audio API

Tags: noun JavaScript

Description

Reference https://www.w3.org/TR/webaudio/

Patterns

Pattern Expected
/WebAudio API/i Web Audio API
/Web AudioAPI/i Web Audio API
/Web Audio API/i Web Audio API

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
All scheduled times in the WebAudio API are relative to the value of currentTime. All scheduled times in the Web Audio API are relative to the value of currentTime.

$1hromium

Tags: noun

Description

A typo Chromium

Patterns

Pattern Expected
/(C)hronium/i $1hromium

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
Chrome is Chronium Chrome is Chromium
Chrome is chronium Chrome is chromium

Archive

Tags: noun

Patterns

Pattern Expected
Archieve Archive

Examples

Before After
HTTP Archieve HTTP Archive

Microsoft

Tags: noun

Description

typo

Patterns

Pattern Expected
/Microsfot/i Microsoft

Examples

Before After
MicrosfotV MicrosfotV
MS MS
MicrosoftVisio MicrosoftVisio

Custom

Tags: typo

Description

Customのtypoです

Patterns

Pattern Expected
/Custome\b/i Custom

Examples

Before After
WebVRをCustome Elementのタグで書く WebVRをCustom Elementのタグで書く

operator

Tags: typo

Patterns

Pattern Expected
oeprator operator

ES6 Classes

Tags: JavaScript

Patterns

Pattern Expected
/\bES6 classes\b/i ES6 Classes

Examples

Before After
ES6 classes ES6 Classes

CoffeeScript

Tags: typo

Patterns

Pattern Expected
CoffeScript CoffeeScript

Examples

Before After
CoffeScriptからES6 CoffeeScriptからES6

MySQL

Tags: noun

Description

Reference https://www.mysql.com/

Patterns

Pattern Expected
/mysql/i MySQL

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
mysql is a database. MySQL is a database.
Oracle mysql Oracle MySQL

AngularJS

Tags: JavaScript

Description

AngularJS(1.x)はJSを付けます

Patterns

Pattern Expected
/Angular\.js/i AngularJS
/angularjs/i AngularJS

Examples

Before After
Angular.js AngularJS

TodoMVC

Tags: noun JavaScript

Description

See http://todomvc.com/

Patterns

Pattern Expected
/todomvc/i TodoMVC

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
todomvc is todo app. TodoMVC is todo app.

Lighthouse

Tags: noun

Description

https://github.com/GoogleChrome/lighthouse

Patterns

Pattern Expected
/\bLighthouse\b/i Lighthouse

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
lighthouse Lighthouse
lighthouse-cli lighthouse-cli
Lighthouse analyzes web apps Lighthouse analyzes web apps

Foundation

Tags: typo

Patterns

Pattern Expected
Fundation Foundation

Examples

Before After
Fundation Foundation

WebKit

Tags: noun

Description

Reference https://webkit.org/

Patterns

Pattern Expected
/webkit/i WebKit

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
これはwebkitです これはWebKitです
XXXwebkit XXXwebkit
node-webkit node-webkit

Pointer Events

Tags: JavaScript noun

Description

Pointer Eventsに統一

Patterns

Pattern Expected
/pointer event/i Pointer Events
/pointer events/i Pointer Events

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
Pointer Events Pointer Events
MSEdgeの対応、pointer eventsなど対応、 MSEdgeの対応、Pointer Eventsなど対応、
MSEdgeの対応、pointer eventなど対応、 MSEdgeの対応、Pointer Eventsなど対応、
pointer-events pointer-events

ECMAScript $1

Tags: noun JavaScript

Description

Reference https://www.ecma-international.org/publications/standards/Ecma-262.htm

Patterns

Pattern Expected
/ECMAScript([0-9]+)/i ECMAScript $1
/ECMA Script([0-9]+)/i ECMAScript $1

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
ECMASCRIPT5 ECMAScript 5
ecmascript2015 ECMAScript 2015

sessionStorage

Tags: noun JavaScript

Description

Reference https://www.w3.org/TR/webstorage/

Patterns

Pattern Expected
sessionstorage sessionStorage
session storage sessionStorage

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
sessionstorage is a parts of webstorage sessionStorage is a parts of webstorage
session storage is a parts of webstorage sessionStorage is a parts of webstorage

HTML Imports

Tags: noun JavaScript

Description

Reference https://www.w3.org/TR/html-imports/

Patterns

Pattern Expected
/HTML Import/i HTML Imports

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
HTML import HTML Imports

$1 $2

Tags: noun JavaScript

Description

Should have a space between words. Reference https://github.com/w3c/ServiceWorker

Patterns

Pattern Expected
/(service)(worker)/i $1 $2

Allows

  • {{COMBINATION_WORD}}

Examples

Before After
This is serviceworker? This is service worker?
ServiceWorker Service Worker