diff options
author | silverwind <me@silverwind.io> | 2022-06-24 14:09:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 14:09:53 +0200 |
commit | 48ef12b27cde7757f33ec54df7bb40094b301e49 (patch) | |
tree | 513407e5aca630b22c591b19dde04f689267bbe8 | |
parent | 4909493a9f75ad188f044b8577e7357f122fb445 (diff) | |
download | gitea-48ef12b27cde7757f33ec54df7bb40094b301e49.tar.gz gitea-48ef12b27cde7757f33ec54df7bb40094b301e49.zip |
Move eslintrc/stylelintrc to non-deprecated extensions (#20110)
-rw-r--r-- | .eslintrc.yaml (renamed from .eslintrc) | 0 | ||||
-rw-r--r-- | .gitattributes | 2 | ||||
-rw-r--r-- | .stylelintrc.yaml (renamed from .stylelintrc) | 0 |
3 files changed, 0 insertions, 2 deletions
diff --git a/.eslintrc b/.eslintrc.yaml index ff62d9cc93..ff62d9cc93 100644 --- a/.eslintrc +++ b/.eslintrc.yaml diff --git a/.gitattributes b/.gitattributes index 12c45dbc6a..bb2783b0ad 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,5 @@ * text=auto eol=lf *.tmpl linguist-language=Handlebars -/.eslintrc linguist-language=YAML -/.stylelintrc linguist-language=YAML /public/vendor/** -text -eol linguist-vendored /vendor/** -text -eol linguist-vendored /web_src/fomantic/build/** linguist-generated diff --git a/.stylelintrc b/.stylelintrc.yaml index 9bad55d371..9bad55d371 100644 --- a/.stylelintrc +++ b/.stylelintrc.yaml |