diff --git a/.eslintrc.js b/.eslintrc.js index 56c7b5d7..ef9b568e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,4 +1,5 @@ module.exports = { + ignorePatterns: ['src/**/*.d.ts'], globals: { appName: true, appVersion: true,