archlint
v0.0.2
Published
Check and enforce proper architecture standards for Nuxt projects
Downloads
19
Readme
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 archlintCopy and paste the contents of
exampleSetupto the root of your working repoIn your working repo's
package.jsonadd:
"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: [email protected]
