diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-02-09 17:53:18 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-02-09 17:53:18 -0500 |
| commit | 7a823438d069bd7e51d4d8825bbcd8212c102cbf (patch) | |
| tree | 63c02ee8966c626dde05d94f6c4494b6787d3c6d /.stylelintrc.json | |
| parent | 5260801290011cec90b554ca571428fa83e2e8ba (diff) | |
remove deprecated stylelint rules
Diffstat (limited to '.stylelintrc.json')
| -rw-r--r-- | .stylelintrc.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index 4fba7b73..79a548da 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -2,11 +2,8 @@ "extends": "stylelint-config-standard", "rules": { "comment-empty-line-before": null, - "indentation": 4, "no-descending-specificity": null, "number-max-precision": null, - "max-line-length": null, - "selector-list-comma-newline-after": null, "value-no-vendor-prefix": null } } |
