diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-02-11 02:05:30 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-02-11 02:06:07 -0700 |
| commit | 0839d6beb65b1ffd3e7cb611852f8c10aaaa77cc (patch) | |
| tree | b904c937ad8c83dd853b0e0dcf3169ea7d12a9df /src | |
| parent | 48eec90d438d3463bc7071ba5d3c6c0f09c95209 (diff) | |
rename .stylelintrc to .stylelinerc.json so it's loaded as JSON
Diffstat (limited to 'src')
| -rw-r--r-- | src/stylesheets/.stylelintrc.json (renamed from src/stylesheets/.stylelintrc) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stylesheets/.stylelintrc b/src/stylesheets/.stylelintrc.json index 344318f3..e851dde6 100644 --- a/src/stylesheets/.stylelintrc +++ b/src/stylesheets/.stylelintrc.json @@ -2,6 +2,6 @@ "extends": "stylelint-config-standard", "rules": { "comment-empty-line-before": null, - "no-descending-specificity": null, + "no-descending-specificity": null } } |
