-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
02b144a
commit 89a0346
Showing
4 changed files
with
3,327 additions
and
5,122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
language: node_js | ||
node_js: | ||
- '8' | ||
- 'lts/*' | ||
install: | ||
- npm install | ||
before_script: | ||
- npm run test | ||
- npm test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,20 @@ | ||
# stylelint-config-visionapps | ||
|
||
[![NPM version](http://img.shields.io/npm/v/@visionappscz/stylelint-config-visionapps.svg)](https://www.npmjs.org/package/@visionappscz/stylelint-config-visionapps) | ||
[![Build Status](https://travis-ci.org/visionappscz/stylelint-config-visionapps.svg?branch=master)](https://travis-ci.org/visionappscz/stylelint-config-visionapps) | ||
[![dependency Status](https://david-dm.org/visionappscz/stylelint-config-visionapps/status.svg)](https://david-dm.org/visionappscz/stylelint-config-visionapps) | ||
[![peerDependency Status](https://david-dm.org/visionappscz/stylelint-config-visionapps/peer-status.svg)](https://david-dm.org/visionappscz/stylelint-config-visionapps?type=peer) | ||
[![devDependency Status](https://david-dm.org/visionappscz/stylelint-config-visionapps/dev-status.svg)](https://david-dm.org/visionappscz/stylelint-config-visionapps?type=dev) | ||
|
||
VisionApps' shareable config for [stylelint](https://github.com/stylelint/stylelint). | ||
VisionApps' shareable config for [Stylelint](https://github.com/stylelint/stylelint). | ||
|
||
Extends [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) with | ||
[more strict rules](./index.js). | ||
|
||
1. Install `stylelint` and this config: | ||
|
||
```sh | ||
$ npm install --save-dev stylelint @visionappscz/stylelint-config-visionapps | ||
``` | ||
|
||
2. Add `"extends": "@visionappscz/stylelint-config-visionapps"` to your `.stylelintrc` file. |
Oops, something went wrong.