Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collate these into an ESLint Ruleset #118

Closed
HariSeldon23 opened this issue Oct 30, 2017 · 3 comments
Closed

Collate these into an ESLint Ruleset #118

HariSeldon23 opened this issue Oct 30, 2017 · 3 comments

Comments

@HariSeldon23
Copy link

Hey all,

Not sure if this is the right forum for this, but wouldn't it be great if we could just run an ESLint Ruleset for all these rules, rather than having to manually check them everytime you do a Production release?

Else maybe a Webpack addon?

Or am I being silly?

@thedaviddias
Copy link
Owner

Hey @Eishpirate, no I'm sure you are absolutely not silly 😅

ESLint is only for JavaScript rules and doesn't apply to a lot of elements you can find in the checklist. The closest tool is Lighthouse who test some elements we have here, but not all.

As soon as the checklist will be stabilized, maybe some elements will be integrated into Lighthouse or a specific tool will be made.

@thedaviddias
Copy link
Owner

Oh and a new type of link will maybe show some existing package that can help to automate some tests (gulp, webpack and npm packages)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@thedaviddias @HariSeldon23 and others