chore: 🔧 fix github actions on lint

(I hate javascript ecosystem and workflow so much)
This commit is contained in:
Gustavo "Guz" L. de Mello
2024-01-18 00:50:34 -03:00
parent 53d7c3b408
commit 5626da8b78
2 changed files with 3 additions and 1 deletions

View File

@@ -15,7 +15,8 @@
"include": [
"./src/**/*.js",
"./test/**/*.js",
"./eslint.config.js"
"./eslint.config.js",
"./eslint.config.cjs"
],
"exclude": [
"./node_modules/**",