fix eslint on js files

This commit is contained in:
Aarni Halinen
2021-08-22 19:17:26 +03:00
parent b4a3cd8f44
commit 897faf8f47
8 changed files with 28 additions and 17 deletions
+4 -1
View File
@@ -57,7 +57,10 @@
"include": [
"./src/**/*",
"./types/**/*",
"./tests/testcafe/**/*"
"./tests/testcafe/**/*",
"next-sitemap.js",
"next.config.js",
".eslintrc.js"
],
"exclude": [
"node_modules"