don't wanna eslint node_modules

This commit is contained in:
2023-10-12 17:39:28 +02:00
parent aa7b1bbdec
commit 1308ef8d44
+3 -1
View File
@@ -38,7 +38,9 @@
"ecmaVersion": 2020
},
"ignorePatterns": [
"dist/"
"dist/",
"node_modules/",
".github/"
]
}
}