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.
- 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
$ npm run lintLet's check reports directory.
reports
├── csslint-checkstyle.xml
├── eslint-checkstyle.xml
└── htmlhint-checkstyle.xml