0.0.2 • Published 4 years ago

archlint v0.0.2

Weekly downloads
28
License
ISC
Repository
github
Last release
4 years ago

Archlint

What is this repository for?

Archlint is a tool for checking and enforcing proper standards for Nuxt projects.

Featured Rules:

  • Lint naming conventions for files
  • TODO: Lint Vue Store Usage
  • TODO: Lint directory structure

How do I get set up?

  • From your working repo, run: npm install --save-dev archlint

  • Copy and paste the contents of exampleSetup to the root of your working repo

  • In your working repo's package.json add:

"scripts": {
    "archlint": "archlint",
    ...
}
  • To run a lint-check, run: npm run archlint

Contribution guidelines

  • TODO: Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Spencer Marx: spencer.s.marx@gmail.com
0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago