From 96d36f81e2e4919151eb19f47186d4650a55f53d Mon Sep 17 00:00:00 2001 From: David Lechner Date: Tue, 10 May 2022 20:55:04 -0500 Subject: [PATCH] eslint: ignore scripts/* These were automatically generated, so leave them be. --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 44fe2e4f..483a8982 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -31,6 +31,7 @@ module.exports = { }, ignorePatterns: [ 'config/**/*.js', + 'scripts/*.js', 'test/env.js', '.eslintrc.js', '.prettierrc.js',