eslint-plugin-tachecker
TA 埋点框架规则检验
TA 埋点框架规则检验
ESLint superstition rules (forbid using numbers 13, 666 and etc.)
auto add todo comment to github issue
显示并限制你的TODO
A module that throws an error when it's loaded
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
页面路由必须以 '/' 结尾
find document.cookie
Removes vscode code folding comments (#region, #regionend)
Disallow `eslint-disable` comments without at least one rule
Disallow generic declarations/assignments
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.