-
Updated
Jan 17, 2021 - Vim script
lint
Here are 858 public repositories matching this topic...
Replace globby
with glob
in all commitlint-packages.
-
Updated
Feb 26, 2021 - JavaScript
-
Updated
Jan 8, 2021 - Python
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
Feb 26, 2021 - Go
-
Updated
Feb 21, 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
Feb 21, 2021 - CSS
-
Updated
Feb 11, 2021 - C
-
Updated
Feb 16, 2021 - JavaScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Dec 11, 2020 - PHP
I really like enforcing one expectation per example. But with RSpec's exception matching, you need two expect
calls if you want to assert something about an exception:
expect { my_code }.to raise_error(MyErrorType) do |error|
expect(error.message).to match /something went wrong/
end
There's no way to match against the error message without first wrapping the call, and RSpec o
-
Updated
Dec 8, 2020 - Python
-
Updated
Mar 29, 2020 - JavaScript
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."
declaration-property-unit-allowed-list
trips on SCSS function contents. Specifically color functions, which it should ignore.declaration-property-unit-allowed-list