Skip to content

adrienbaron/new.eslint.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The New eslint.org

This repository contains the source code for the ESLint website (https://eslint.org).

Developer Setup

In order to run the website, you must have Node.js installed.

  1. Create a fork of the repository
  2. Run npm install

To start a local copy of the website, run:

npm start

To start a local copy of a foreign language website, specify the ESLINT_SITE_NAME environment variable equal to the name of the site, such as:

ESLINT_SITE_NAME=es npm start

License

Apache 2.0

About

ESLint website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 30.7%
  • HTML 28.9%
  • JavaScript 22.2%
  • SCSS 17.3%
  • Nunjucks 0.9%