CARVIEW |
Select Language
HTTP/2 200
server: GitHub.com
content-type: text/html; charset=utf-8
last-modified: Sun, 05 Aug 2018 23:29:58 GMT
access-control-allow-origin: *
etag: W/"5b678876-2b82"
expires: Sat, 11 Oct 2025 11:38:40 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: 8729:14C5E9:74C32:90BE2:68EA3F5A
accept-ranges: bytes
age: 0
date: Sat, 11 Oct 2025 11:28:40 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210048-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760182120.189985,VS0,VE287
vary: Accept-Encoding
x-fastly-request-id: ae05744713d9e2a4387687237a90c74cb03f65b0
content-length: 2221
JSCS
JSCS has merged with ESLint!
JSCS is a code style linter and formatter for your style guide
JSCS checks your JavaScript
jscs file.js --preset=airbnb
JSCS has built-in presets to check your code against. Or you can create your own and share them as npm packages
Support for ES2015, JSX, Flow, and more
JSCS can lint any valid ES6/7 code
Automatically fix your errors
jscs src --fix
Automatically create your configuration file
jscs --auto-configure src