Kayomarz
Kayomarz
unique-sequence - Short sequential strings. Please merge if `unique-sequence` is relevant to this list. Thank you. (Library author)
`html {line-height:1.15}` used by `normalize` leads to an unexpected vertical scroll bar with a basic **flexbox** layout. System: *Firefox 78.11.0esr (64-bit)* on *Debian Buster* The below code or [this codepen](https://codepen.io/hiftingbits/pen/BaRGvwp?editors=1100)...
Issue with `eslint-config-airbnb-base` and [optional chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining) operator `?.` `(JavaScript)` ```javascript // .eslintrc.js module.exports = { env: { es2021: true }, extends: [ 'airbnb-base' ] }; ``` ```javascript const o =...
If the _compileTemplate() hook is invoked with an additional arg - `filePath` of the template, it means it knows the file extensions of that template. This helped me to use...
`grunt sloc` seems to be ignoring many files which are included in the src pattern. To be more specific, here's my sloc config: ``` sloc: { 'mylib': { files: {...