1.0.1 • Published 7 years ago

eslint-config-uwp v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

eslint-config-uwp

The shared eslint config from the Urban Waterways Project

Installation

npm i --save-dev eslint-config-uwp
yarn add --dev eslint-config-uwp

Usage

In your .eslintrc.js, set the extends value:

module.exports = {
  extends: ['uwp'],
};