The pluggable linting utility for JavaScript
JSHintやJSLintはユーザ独自のルールを追加することはできないけれど、ESLintは完全に全てのルールがプラガブルになるようデザインされている。
$ npm install -g eslint| cat node_modules/@apollo/client/invariantErrorCodes.js | |
| // This file is meant to help with looking up the source of errors like | |
| // "Invariant Violation: 35" and is automatically generated by the file | |
| // @apollo/client/config/processInvariants.ts for each @apollo/client | |
| // release. The numbers may change from release to release, so please | |
| // consult the @apollo/client/invariantErrorCodes.js file specific to | |
| // your @apollo/client version. This file is not meant to be imported. | |
| { | |
| "@apollo/client version": "3.3.7", |
| import { Centered } from 'undecorated' | |
| <Centered> | |
| <SomethingYouWantToCenter /> | |
| </Centered> |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
$ vim -x ~/.passwordsin .vimrc
set cryptmethod=blowfishAssembleはNode, Grunt, Yoman向けに作られた静的サイト生成ツール。
| $('#nav').informer(); |
| <li><a href="#title-1">title 1</a></li> | |
| <li><a href="#title-2">title 2</a></li> | |
| <li><a href="#title-3">title 3</a></li> | |
| . | |
| . | |
| . | |
| <h3 id="title-1">title 1</h3> | |
| . | |
| . | |
| <h3 id="title-2">title 2</h3> |