Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 420 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 420 Bytes

ESLint Documentation

Run Locally

npm start

Scripts

To update the links data file, run this from the root folder (not the docs folder):

npm run docs:update-links

To lint JS files, run this from the root folder (not the docs folder):

npm run lint:docsjs

To autofix JS files, run this from the root folder (not the docs folder):

npm run fix:docsjs