let eslint ignore gulpfile.js

This commit is contained in:
Daniel Waxweiler 2021-05-06 09:09:09 +02:00
parent 60870eae3c
commit a3a980d6db
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@
"plugins": [
"ava"
],
"ignorePatterns": [
"gulpfile.js"
],
"rules": {
"indent": [
"error",