Stop trying to lint built files

merge-requests/15/head
Bsian 2020-07-28 19:57:07 +01:00
parent 4f23f38351
commit 0a35b339f4
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 2 additions and 1 deletions

View File

@ -42,5 +42,6 @@
"import/extensions": "off",
"no-param-reassign": "off",
"no-underscore-dangle": "off"
}
},
"ignorePatterns": "**/*.js"
}