micromatch / picomatch

Blazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions. Used by GraphQL, Jest, Astro, Snowpack, Storybook, bulma, Serverless, fdir, Netlify, AWS Amplify, Revogrid, rollup, routify, open-wc, imba, ava, docusaurus, fast-glob, globby, chokidar, anymatch, cloudflare/miniflare, pts, and more than 5 million projects! Please follow picomatch's author: https://github.com/jonschlinkert
https://github.com/micromatch
MIT License
971 stars 56 forks source link

Fix .eslintrc.json #91

Closed XhmikosR closed 3 years ago

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 92.325% when pulling b384c0a30c9128c155a4d414627e591acff86797 on XhmikosR:patch-1 into 68797253c84ffaf3c5386cdeb5325920fd96726a on micromatch:master.

XhmikosR commented 3 years ago

This reminds me that lint is not run on CI. I'll add a TODO to add a separate workflow which will run only once on CI.

jonschlinkert commented 3 years ago

thanks!