This package has been deprecated

Author message:

this package has been deprecated

yamllint-webpack-plugin

0.0.1 • Public • Published

yamllint-webpack-plugin

Install

$ npm install yamllint-webpack-plugin

Usage

In your webpack configuration

var YAMLLintPlugin = require('yamllint-webpack-plugin');
 
module.exports = {
  // ...
  plugins: [
    new YAMLLintPlugin(),
  ],
  // ...
}

License

Package Sidebar

Install

npm i yamllint-webpack-plugin

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • hsz