eslint-plugin-tick-tock-jsdoc
Towards more useful jsdoc types
Towards more useful jsdoc types
Validates if the test names are set up correctly
test
ESLint plugin for Angular applications
a lint save you from 996
Separate some code to improve readability
页面路由必须以 '/' 结尾
自定义eslint规则
find document.cookie
Removes vscode code folding comments (#region, #regionend)
Disallow `eslint-disable` comments without at least one rule
eslint plugins used by micro-tools and nodefluent
Disallow generic declarations/assignments
Prevents IIFE usage
Enforces that all calls to async functions within an async function is awaited.
Ensure a proper naming convention for your variables
ESLint rule for check easy infinite loop.
Require conditions not to be negations
`x += await y` means `x = x + await y`. The value of x is 'fixed' synchonously, and y is later added to it. This is hard to discern when reading the code, and generally unwanted.
Enforces the usage of prop-types-exact package.