diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-03 10:29:49 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-03 10:29:49 +0200 |
| commit | c17d2b306cf0a06db15983745c0d21e81890f8d0 (patch) | |
| tree | d03901a49c79011b24a06a823526ee8dda3a94c2 /.gitattributes | |
| parent | 2fc8c95932e12bbf095c9424ae5c5d156d58c022 (diff) | |
| download | gohugo-theme-ed-c17d2b306cf0a06db15983745c0d21e81890f8d0.tar.gz | |
Use .eslintrc.yml instead of .eslintrc
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 6e0d999..539dab2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,7 +18,6 @@ resources/_gen/** linguist-generated .ecrc linguist-language=JSON .editorconfig linguist-language=INI -.eslintrc linguist-language=JSONC *.asc linguist-language=Public Key *.md linguist-detectable=true linguist-documentation=false *.webmanifest linguist-language=JSON @@ -51,7 +50,6 @@ SECURITY.md text eol=lf .ecrc text eol=lf diff=json .editorconfig text eol=lf -.eslintrc text eol=lf diff=json .gitattributes text eol=lf .gitignore text eol=lf .gitmodules text eol=lf @@ -66,6 +64,7 @@ netlify.toml text eol=lf .ecrc export-ignore .editorconfig export-ignore .eslintrc export-ignore +.eslintrc.yml export-ignore .gitattributes export-ignore .gitignore export-ignore .gitmodules export-ignore |
