-
Updated
Mar 15, 2021 - Vim script
lint
Here are 878 public repositories matching this topic...
Replace globby with glob in all commitlint-packages.
-
Updated
Apr 11, 2021 - JavaScript
-
Updated
Apr 11, 2021 - Python
-
Updated
Apr 9, 2021 - Go
Currently the webhint codebase doesn't follow its own best practice of using importHelpers: true to reduce the amount of redundant helper code generated by TypeScript (also requires adding tslib as a dependency). This causes unnecessary bloat in the built webhint code, particularly for large bundles like the bro
-
Updated
Apr 9, 2021 - JavaScript
-
Updated
Jan 28, 2021
Current
export declare type TextlintRuleReportHandler = {
[P in ASTNodeTypes]?: (node: TypeofTxtNode<P>) => void | Promise<any>;
} & {
[index: string]: (node: any) => void | Promise<any>;
};
/**
* Textlint rule reporter function
*/
export declare type TextlintRuleReporter<T extends object = {}> = (context: Readonly<TextlintRuleContext>, options?: TextlintRuleOptions<T>) -
Updated
Apr 3, 2021 - CSS
-
Updated
Apr 10, 2021 - C
-
Updated
Apr 7, 2021 - JavaScript
-
Updated
Mar 31, 2021 - TypeScript
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
Mar 13, 2021 - PHP
I'm seeing double/instance_double/class_double/object_double/spy etc. being called with sometimes a string, sometimes a symbol (perhaps because the rspec-mocks documentation explicitly allows both), and of course sometimes a constant referring to a class or module.
I think mixing string and symbol arguments is a bit of a mess, so I would propose making a new cop that enforces either one or the
-
Updated
Dec 8, 2020 - Python
Improve this page
Add a description, image, and links to the lint topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lint topic, visit your repo's landing page and select "manage topics."
This test exercises exactly what it shouldn't happen:
https://github.com/tomyo/stylelint/blob/eb419ef754ac442f9f3b9f7164fccb938b99adb3/lib/rules/length-zero-no-unit/__tests__/index.js#L332
Why?
It converts this:
Into this: