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

https://github.com/lassjs/eslint-config-xo-lass

ESLint shareable config for Lass to be used with eslint-config-xo
https://github.com/lassjs/eslint-config-xo-lass

config eslint lass xo

Last synced: about 1 year ago
JSON representation

ESLint shareable config for Lass to be used with eslint-config-xo

Awesome Lists containing this project

README

          

# eslint-config-xo-lass

[![code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![made with lass](https://img.shields.io/badge/made_with-lass-95CC28.svg)](https://lass.js.org)
[![license](https://img.shields.io/github/license/lassjs/eslint-config-xo-lass.svg)](LICENSE)

> ESLint [shareable config][shareable-config] for [Lass][] to be used with [eslint-config-xo][]

## Table of Contents

* [Install](#install)
* [Usage](#usage)
* [Contributors](#contributors)
* [License](#license)

## Install

[npm][]:

```sh
npm install -D eslint-config-xo-lass
```

## Usage

Add `xo-lass` in the "extends" block of your ESLint or XO config.

## Contributors

| Name | Website |
| -------------- | -------------------------- |
| **Nick Baugh** | |

## License

[MIT](LICENSE) © [Nick Baugh](http://niftylettuce.com/)

##

[npm]: https://www.npmjs.com/

[shareable-config]: http://eslint.org/docs/developer-guide/shareable-configs.html

[lass]: https://lass.js.org

[eslint-config-xo]: https://github.com/xojs/eslint-config-xo