Skip to content

Commit

Permalink
Require stylelint 13 and Node.js 10
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 1, 2020
1 parent 8d912c1 commit 9dbb294
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- '14'
- '12'
- '10'
- '8'
2 changes: 1 addition & 1 deletion license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) Sindre Sorhus <[email protected]> (sindresorhus.com)
Copyright (c) Sindre Sorhus <[email protected]> (https://sindresorhus.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"author": {
"name": "Sindre Sorhus",
"email": "[email protected]",
"url": "sindresorhus.com"
"url": "https://sindresorhus.com"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"scripts": {
"test": "xo && ava"
Expand All @@ -31,15 +31,15 @@
"linter"
],
"dependencies": {
"stylelint-config-xo": "^0.16.0",
"stylelint-config-xo": "^0.19.0",
"stylelint-scss": "^3.13.0"
},
"devDependencies": {
"ava": "^2.4.0",
"stylelint": "^12.0.0",
"xo": "^0.25.3"
"stylelint": "^13.6.1",
"xo": "^0.32.0"
},
"peerDependencies": {
"stylelint": ">=12"
"stylelint": ">=13"
}
}
5 changes: 1 addition & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# stylelint-config-xo-scss [![Build Status](https://travis-ci.org/xojs/stylelint-config-xo-scss.svg?branch=master)](https://travis-ci.org/xojs/stylelint-config-xo-scss) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)
# stylelint-config-xo-scss [![Build Status](https://travis-ci.com/xojs/stylelint-config-xo-scss.svg?branch=master)](https://travis-ci.com/github/xojs/stylelint-config-xo-scss) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)

> [Stylelint](https://stylelint.io) shareable config for [XO](https://github.com/xojs/xo) with Sass support

## Install

```
$ npm install --save-dev stylelint-config-xo-scss
```


## Usage

Add this to your [Stylelint config](https://stylelint.io/user-guide/configuration/):
Expand All @@ -20,7 +18,6 @@ Add this to your [Stylelint config](https://stylelint.io/user-guide/configuratio
}
```


## Related

- [stylelint-config-xo](https://github.com/xojs/stylelint-config-xo) - Stylelint shareable config for XO with tab indent
Expand Down

0 comments on commit 9dbb294

Please sign in to comment.