From a239a3f3a8efe962c41de0ebcdc529cb866b7c4d Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Sun, 11 Aug 2024 14:03:48 +0300 Subject: [PATCH] chore: update eslint config --- eslint.config.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index c6fb4c7..a8a8ed8 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -12,6 +12,11 @@ module.exports = [ }, }, { - ignores: ['**/coverage/**/*', '**/server/**/*', 'eslint.config.js'], + ignores: [ + '**/coverage/**/*', + 'eslint.config.js', + '**/server/**/*', + '.netlify/**/*', + ], }, ]