You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: use .ls-lint.yaml file as default configuration file
The .ls-lint.yaml file is now used as the default configuration file
The .ls-lint.yml file is still supported for backward compatibility.
The choice was made to prioritize the .ls-lint.yaml file for its clarity
and alignment with YAML file naming conventions.
- Minimal setup with simple rules managed in one single or multiple `.ls-lint.yml` files
15
-
- Works for directory and file names - all extensions supported - full unicode support
14
+
- Minimal setup with simple rules managed in one single or multiple `.ls-lint.yaml` (or `.ls-lint.yml`) files
15
+
- Works for directory and file names - all extensions supported - full Unicode support
16
16
- Incredibly fast - lints thousands of files and directories in milliseconds
17
17
- Support for Windows, MacOS and Linux + [NPM Package](https://www.npmjs.com/package/@ls-lint/ls-lint) + [GitHub Action](https://github.com/ls-lint/action) + [Homebrew](https://formulae.brew.sh/formula/ls-lint) + Docker
18
18
- Trusted by [Renovate](https://github.com/renovatebot/renovate/blob/main/.ls-lint.yml), [Terser](https://github.com/terser/terser/blob/master/.ls-lint.yml) and many more
@@ -34,7 +34,7 @@ The full documentation can be found at [ls-lint.org](https://ls-lint.org)
0 commit comments