Skip to content

acroquest/frontend-lint-seed

Repository files navigation

frontend-lint-seed

This is a skeleton project to create development environment which enables lint for HTML, CSS, JavaSscript. You can confirm lint errors in VS Code easily, and export them to Jenkins as XML in Checkstyle format.

Setup

  • install VS Code Version 1.0 or later
  • install VS Code extensions.
    • ext install EditorConfig
    • ext install ESLint
    • ext install CSSLint
    • ext install HTMLHint
  • npm install

Usage

$ npm run lint

Let's check reports directory.

reports
├── csslint-checkstyle.xml
├── eslint-checkstyle.xml
└── htmlhint-checkstyle.xml

Configuration

Links

About

Lintable and Jenkins friendly skeleton project for HTML, CSS, JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published