Please use this package alongside@vue/eslint-config-typescript. To useeslint.config.tsas the configuration file, you also need to installjiti. npm add --dev jiti @vue/eslint-config-typescript @vue/eslint-config-standard-with-typescript ...
ESLint couldn't find the config "standard-with-typescript" to extend from. Please check that the name of the config is correct.The config "standard-with-typescript" was referenced from the config file in ".../.eslintrc.json".If you still have problems, please stop by https://eslint....
Our AST on JS side (viaoxc-parserNPM package) is now aligned with ESTree standard for JS syntax. We have conformance tests which ensure our AST is exactly the same asAcorn's AST for all Test262 test cases which Acorn can parse. However, we do not yet guarantee that our AST for Type...
yarn add --dev \ typescript@\* \ eslint@^8.0.1 \ eslint-plugin-promise@^6.0.0 \ eslint-plugin-import@^2.25.2 \ eslint-plugin-n@^15.0.0 \ @typescript-eslint/eslint-plugin@^6.4.0 \ eslint-config-standard-with-typescript@latest ...
AdGuard's TypeScript library for non-standard element selecting and applying CSS styles with extended properties.The idea of extended capabilities is an opportunity to match DOM elements with selectors based on their own representation (style, text content, etc.) or relations with other elements. ...
A pure TypeScript/JavaScript streaming implementation of the complete Secure Hash Standard (SHA) family (SHA-1, SHA-224/256/384/512, SHA3-224/256/384/512, SHAKE128/256, cSHAKE128/256, and KMAC128/256) with HMAC. Usage More complete documentation can be found on thejsSHA Wikibut below...
A pure TypeScript/JavaScript streaming implementation of the complete Secure Hash Standard (SHA) family (SHA-1, SHA-224/256/384/512, SHA3-224/256/384/512, SHAKE128/256, cSHAKE128/256, and KMAC128/256) with HMAC. Usage More complete documentation can be found on the jsSHA Wiki but be...
A JavaScript/TypeScript implementation of the complete Secure Hash Standard (SHA) family (SHA-1, SHA-224/256/384/512, SHA3-224/256/384/512, SHAKE128/256, cSHAKE128/256, and KMAC128/256) with HMAC. - safwanyasin/jsSHA
A pure TypeScript/JavaScript streaming implementation of the complete Secure Hash Standard (SHA) family (SHA-1, SHA-224/256/384/512, SHA3-224/256/384/512, SHAKE128/256, cSHAKE128/256, and KMAC128/256) with HMAC. Usage More complete documentation can be found on thejsSHA Wikibut below...
A TypeScript library for non-standard element selecting — :contains(), :matches-css(), etc., and applying CSS styles with extended properties. - AdguardTeam/ExtendedCss