lit-element-starter-ts icon indicating copy to clipboard operation
lit-element-starter-ts copied to clipboard

Fix eslint matching pattern

Open martinerko opened this issue 4 years ago • 0 comments
trafficstars

running npm run lint:eslint on Windows will fail due to invalid matching pattern.

Oops! Something went wrong! :(

ESLint: 6.8.0.

No files matching the pattern "'src/**/*.ts'" were found.
Please check for typing mistakes in the pattern.

This PR fixes the pattern to make eslint happy across all OS

martinerko avatar Jun 09 '21 02:06 martinerko