Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 77eb72c

Browse files
authored
Merge pull request #102 from AtomLinter/feature/sass-lint-1-8-0
Force new sass-lint version
2 parents 4c1c834 + ff56f68 commit 77eb72c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.6.1
2+
- Force update to sass-lint 1.8.0 due to the high number of fixes and also AST fixes
3+
14
## 1.6.0
25
- Adds `resolvePathsRelativeToConfig` to the config options to allow paths to be resolved relative to your config file rather than project root. Thanks to [@DirtyHairy](https://github.com/DirtyHairy)
36
- The usual third party package updates

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"atom-package-deps": "4.0.1",
2424
"consistent-env": "^1.0.1",
2525
"globule": "^1.0.0",
26-
"sass-lint": "^1.7.0"
26+
"sass-lint": "^1.8.0"
2727
},
2828
"package-deps": [
2929
"linter"

0 commit comments

Comments
 (0)