We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce54b30 commit a33f852Copy full SHA for a33f852
bin/lint-css-duplicates.js
@@ -1,4 +1,4 @@
1
#!/usr/bin/env node
2
import lint from '../src/index.js';
3
4
-process.exit(lint(process.argv[2] || process.cwd()) ? 1 : 0);
+process.exit(lint(process.argv[2] || process.cwd()) ? 0 : 1);
package.json
@@ -1,6 +1,6 @@
{
"name": "@idrinth/duplicate-style-check",
- "version": "1.0.5",
+ "version": "1.0.6",
"description": "A linting tool trying to find duplicated style rules",
5
"type": "module",
6
"license": "MIT",
0 commit comments