forked from rosemarydotworld/pre-commit-stylelint
-
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
Laurens De Graeve
committed
Oct 6, 2020
1 parent
3d9d576
commit 23fc225
Showing
3 changed files
with
14 additions
and
5 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 |
---|---|---|
|
@@ -3,6 +3,9 @@ | |
entry: stylelint | ||
language: node | ||
files: \.(css|scss|sass|less)$ | ||
|
||
# Use additional_dependencies to install the actual node package | ||
minimum_pre_commit_version: 2.0.0 | ||
additional_dependencies: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] |
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 |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
language: node | ||
files: \.(css|scss|sass|less)$ | ||
|
||
minimum_pre_commit_version: 0.7.0 | ||
minimum_pre_commit_version: 2.0.0 |
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,5 +1,11 @@ | ||
{ | ||
"name": "pre-commit-stylelint", | ||
"description": "Note: double curly-braces because python .format", | ||
"version": "0.2.1" | ||
"description": "Stylelint pre-commit hook for LESS", | ||
"version": "0.2.1", | ||
"repository": "https://github.com/laurens-dg/pre-commit-stylelint", | ||
"dependencies": { | ||
"stylelint": "13.7.2", | ||
"stylelint-config-prettier": "8.0.2", | ||
"@modyqyw/stylelint-config": "1.0.0" | ||
} | ||
} |