prettier-eslint

(โ˜… 4,102)

Code :arrow_right: `prettier` :arrow_right: `eslint --fix` :arrow_right: Formatted Code :sparkles:

  • .all-contributorsrc
  • .editorconfig
  • .gitattributes
  • .gitignore
  • .nvmrc
  • .prettierignore
  • .prettierrc.mjs
  • .renovaterc
  • .simple-git-hooks.json
  • .yarnrc.yml
  • CHANGELOG.md
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • eslint.config.js
  • EXAMPLES.md
  • global.d.ts
  • LICENSE
  • mock.d.ts
  • package-scripts.cjs
  • package.json
  • README.md
  • shim.d.ts
  • tsconfig.json
  • vitest.config.ts
  • yarn.lock

# Installation Guide

1. Get the code
git clone https://github.com/prettier/prettier-eslint

Downloads the entire project code from GitHub to your computer.

cd prettier-eslint

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
npm install --save-dev prettier-eslint

Downloads and installs the libraries listed in package.json.

โœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation