diff --git a/eslint.config.js b/eslint.config.js index 24ba967..e3244d0 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -4,7 +4,15 @@ import prettierConfig from 'eslint-config-prettier'; export default [ { - ignores: ['**/dist/**', '**/node_modules/**', '**/legacy/**', '**/bin/**', '**/www/**', '**/public/lib/**', '**/public/neutralino.js'], + ignores: [ + '**/dist/**', + '**/node_modules/**', + '**/legacy/**', + '**/bin/**', + '**/www/**', + '**/public/lib/**', + '**/public/neutralino.js', + ], }, js.configs.recommended, prettierConfig,