assert-modules-support-case-insensitive-fs
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "assert-modules-support-case-insensitive-fs", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Assert that JS and TS modules support case-insensitive file systems", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -25,3 +25,3 @@ # assert-modules-support-case-insensitive-fs | ||
Checking one directory consists in searching in this directory for two JS | ||
(or TS, or `.vue`, or `.cjc`, or `.mjs`, or `.json`) modules whose names differ only in case. | ||
(or TS, or `.vue`, or `.cjs`, or `.mjs`, or `.json`) modules whose names differ only in case. | ||
If there are such modules, the package throws an exception specifying these modules, | ||
@@ -55,3 +55,3 @@ because in a case-insensitive file system, such modules will not be distinguished | ||
Examples of directories **passing** validation (not throwing an exception): III | ||
Examples of directories **passing** validation (not throwing an exception): | ||
@@ -71,3 +71,3 @@ ```sh | ||
├── Bar/ | ||
└── Bar.vue | ||
├── Bar.vue | ||
└── Bar.tsx | ||
@@ -92,3 +92,3 @@ | ||
```sh | ||
npx assert-modules-support-case-insensitive-fs src | ||
npx assert-modules-support-case-insensitive-fs src bin | ||
``` | ||
@@ -110,11 +110,11 @@ | ||
[conventional-commits-image]: https://img.shields.io/badge/Conventional_Commits-1.0.0-yellow.svg 'Conventional Commits' | ||
[conventional-commits-image]: https://img.shields.io/badge/Conventional_Commits-1.0.0-yellow.svg "Conventional Commits" | ||
[conventional-commits-url]: https://conventionalcommits.org | ||
[dependencies-none-image]: https://img.shields.io/badge/dependencies-none-success.svg 'No dependencies' | ||
[dependencies-none-image]: https://img.shields.io/badge/dependencies-none-success.svg "No dependencies" | ||
[dependencies-none-url]: https://github.com/uid11/assert-modules-support-case-insensitive-fs/blob/main/package.json | ||
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg 'The MIT License' | ||
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg "The MIT License" | ||
[license-url]: https://github.com/uid11/assert-modules-support-case-insensitive-fs/blob/main/LICENSE | ||
[npm-image]: https://img.shields.io/npm/v/assert-modules-support-case-insensitive-fs.svg 'assert-modules-support-case-insensitive-fs' | ||
[npm-image]: https://img.shields.io/npm/v/assert-modules-support-case-insensitive-fs.svg "assert-modules-support-case-insensitive-fs" | ||
[npm-url]: https://www.npmjs.com/package/assert-modules-support-case-insensitive-fs | ||
[prettier-image]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg 'Prettier code style' | ||
[prettier-image]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg "Prettier code style" | ||
[prettier-url]: https://github.com/prettier/prettier |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package