steelbrain / eslint-minimal-setup

An example ESLint minimal setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESLint minimal setup

This repository is a minimal setup of ESLint. You can copy .eslintrc.json and the devDependencies part of package.json.

Setup

After cloning the repository, you have to install the npm dependencies to be able to use ESLint.

npm install

Screenshot

License

This package is license under the terms of MIT License. See the LICENSE file for more info.

About

An example ESLint minimal setup

License:MIT License


Languages

Language:JavaScript 100.0%