Patrick McElhaney
Patrick McElhaney
If this looks good, I'll do the other repos and submit all of the PRs at once.
@mdjermanovic > Per the new standard, it shouldn't include linting The spec says "SHOULD NOT" rather than "MUST NOT" so I think it's okay. :) > 4. SHOULD NOT This...
As a work-around, I was able to suppress this warning by adding `` to the HTML, per #1.
I've run into the same problem. I'm curious why this code would ever be flagged. ```js html`` ``` The description is "Disallow attribute bindings with a complex type." I don't...
I said I was going to work on it this week but didn't get a chance to start. Also, having gotten some experience with the code, I'm not keen to...
I'm going to work on this feature today. My plan is to add a button that will allow all the results to be downloaded as a CSV file.
I think this is a great idea and I'm willing to champion it. I'll do some research and add a comment here that fleshes out @nzakas's proposal and incorporates the...
Here's a list of the current script names and where they're used, [generated with this script](https://gist.github.com/pmcelhaney/3f18f2e9f0f96f02015c914c83a6095a#file-analyze-mjs). ``` build ;eslint.org, eslintrc, espree, playground build:eleventy ;eslint.org, playground build:sass ;eslint.org, playground build:webpack ;eslint.org,...
Here's a proposed standard which fleshes out @nzakas's original request. # ESlint Package Script Naming Conventions ## Names npm script names MUST contain only lower case letters, `:` to separates...
Related: https://github.blog/2015-06-30-scripts-to-rule-them-all/