Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leocaseiro/docker-webpack-eslint-stylelint

Dockerfile and image for node with webpack eslint and stylelint
https://github.com/leocaseiro/docker-webpack-eslint-stylelint

container docker eslint image stylelint webpack

Last synced: 4 days ago
JSON representation

Dockerfile and image for node with webpack eslint and stylelint

Awesome Lists containing this project

README

        

# Dockerfile with [webpack](https://webpack.github.io), [stylelint](https://stylelint.io/) and [ESLint](https://eslint.org/)

## Docker Image includes:
- Node 8.9
- Webpack 3.10
- ESLint 4.17
- Stylelint 8.4

## Install
> Make sure you have [Docker](https://docker.com/) installed

__Pull image from:__
```bash
$ docker pull leocaseiro/webpack-eslint-stylelint
```

__Re-build image:__
```bash
$ docker build -t leocaseiro/webpack-eslint-stylelint
```

## Setup Dockerfile
```
FROM leocaseiro/webpack-eslint-stylelint
```

---
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)