From 5c680651adcea68f0eb9bf25370910785bf3b2fd Mon Sep 17 00:00:00 2001 From: aranega Date: Thu, 5 Sep 2024 11:03:12 -0600 Subject: [PATCH] Fix formating and linting for geppetto-client --- geppetto.js/geppetto-client/babel.config.js | 4 +--- geppetto.js/geppetto-client/eslint.config.mjs | 1 + geppetto.js/geppetto-client/jest.config.js | 4 +--- geppetto.js/geppetto-client/tsconfig.json | 2 +- geppetto.js/geppetto-core/eslint.config.mjs | 1 + geppetto.js/geppetto-ui/eslint.config.mjs | 1 + 6 files changed, 6 insertions(+), 7 deletions(-) diff --git a/geppetto.js/geppetto-client/babel.config.js b/geppetto.js/geppetto-client/babel.config.js index 193bb1d3f..e0af86318 100644 --- a/geppetto.js/geppetto-client/babel.config.js +++ b/geppetto.js/geppetto-client/babel.config.js @@ -1,8 +1,6 @@ module.exports = { "presets": [ - ["@babel/preset-env", { - "modules": false - }], + ["@babel/preset-env", { "modules": false }], "@babel/preset-react", "@babel/preset-typescript" ], diff --git a/geppetto.js/geppetto-client/eslint.config.mjs b/geppetto.js/geppetto-client/eslint.config.mjs index e11a7d7d4..0f5898f7f 100644 --- a/geppetto.js/geppetto-client/eslint.config.mjs +++ b/geppetto.js/geppetto-client/eslint.config.mjs @@ -128,6 +128,7 @@ export default [ { ignores: ["**/*min.js", "build/*", + ".yalc/*", "geppetto-ui/node_modules/*", "geppetto-core/node_modules/*", "geppetto-client/node_modules/*"], diff --git a/geppetto.js/geppetto-client/jest.config.js b/geppetto.js/geppetto-client/jest.config.js index d57119bd4..926a7c7f0 100644 --- a/geppetto.js/geppetto-client/jest.config.js +++ b/geppetto.js/geppetto-client/jest.config.js @@ -1,5 +1,3 @@ const sharedConfig = require("../jest.config.js"); -module.exports = { - ...sharedConfig -}; +module.exports = { ...sharedConfig }; diff --git a/geppetto.js/geppetto-client/tsconfig.json b/geppetto.js/geppetto-client/tsconfig.json index bb52bafa3..24a70c108 100644 --- a/geppetto.js/geppetto-client/tsconfig.json +++ b/geppetto.js/geppetto-client/tsconfig.json @@ -12,7 +12,7 @@ "moduleResolution": "node", "isolatedModules": true, "jsx": "react", - "allowJs": true, + "allowJs": true }, "include": ["src"], "exclude": ["node_modules", "build"] diff --git a/geppetto.js/geppetto-core/eslint.config.mjs b/geppetto.js/geppetto-core/eslint.config.mjs index e11a7d7d4..0f5898f7f 100644 --- a/geppetto.js/geppetto-core/eslint.config.mjs +++ b/geppetto.js/geppetto-core/eslint.config.mjs @@ -128,6 +128,7 @@ export default [ { ignores: ["**/*min.js", "build/*", + ".yalc/*", "geppetto-ui/node_modules/*", "geppetto-core/node_modules/*", "geppetto-client/node_modules/*"], diff --git a/geppetto.js/geppetto-ui/eslint.config.mjs b/geppetto.js/geppetto-ui/eslint.config.mjs index e11a7d7d4..0f5898f7f 100644 --- a/geppetto.js/geppetto-ui/eslint.config.mjs +++ b/geppetto.js/geppetto-ui/eslint.config.mjs @@ -128,6 +128,7 @@ export default [ { ignores: ["**/*min.js", "build/*", + ".yalc/*", "geppetto-ui/node_modules/*", "geppetto-core/node_modules/*", "geppetto-client/node_modules/*"],