Skip to content

Commit

Permalink
Fix formating and linting for geppetto-client
Browse files Browse the repository at this point in the history
  • Loading branch information
aranega committed Sep 5, 2024
1 parent 41b7eda commit 5c68065
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
4 changes: 1 addition & 3 deletions geppetto.js/geppetto-client/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module.exports = {
"presets": [
["@babel/preset-env", {
"modules": false
}],
["@babel/preset-env", { "modules": false }],
"@babel/preset-react",
"@babel/preset-typescript"
],
Expand Down
1 change: 1 addition & 0 deletions geppetto.js/geppetto-client/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export default [
{
ignores: ["**/*min.js",
"build/*",
".yalc/*",
"geppetto-ui/node_modules/*",
"geppetto-core/node_modules/*",
"geppetto-client/node_modules/*"],
Expand Down
4 changes: 1 addition & 3 deletions geppetto.js/geppetto-client/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const sharedConfig = require("../jest.config.js");

module.exports = {
...sharedConfig
};
module.exports = { ...sharedConfig };
2 changes: 1 addition & 1 deletion geppetto.js/geppetto-client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"moduleResolution": "node",
"isolatedModules": true,
"jsx": "react",
"allowJs": true,
"allowJs": true
},
"include": ["src"],
"exclude": ["node_modules", "build"]
Expand Down
1 change: 1 addition & 0 deletions geppetto.js/geppetto-core/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export default [
{
ignores: ["**/*min.js",
"build/*",
".yalc/*",
"geppetto-ui/node_modules/*",
"geppetto-core/node_modules/*",
"geppetto-client/node_modules/*"],
Expand Down
1 change: 1 addition & 0 deletions geppetto.js/geppetto-ui/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export default [
{
ignores: ["**/*min.js",
"build/*",
".yalc/*",
"geppetto-ui/node_modules/*",
"geppetto-core/node_modules/*",
"geppetto-client/node_modules/*"],
Expand Down

0 comments on commit 5c68065

Please sign in to comment.