How can I suppress the “No files matching the pattern” message in ESLint?

What worked for me was changing single quotes to escaped double quotes

So from:

"lint": "eslint '**/*.{ts,tsx}'"

To:

"lint": "eslint \"**/*.{ts,tsx}\""

The reason is because it depends on the console you are using – possibly the operation system (that’s why it can work for you while it’s not working for others and via versa) Source: https://dev.to/gruckion/comment/b65c

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)