eslint-config-uwp
v1.0.1
Published
> The shared eslint config from the Urban Waterways Project
Downloads
2
Maintainers
Readme
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'],
};