diff --git a/.editorconfig b/.editorconfig index 597580e1..0c2aa709 100644 --- a/.editorconfig +++ b/.editorconfig @@ -411,7 +411,7 @@ ij_json_keep_indents_on_empty_lines = false ij_json_keep_line_breaks = true ij_json_space_after_colon = true ij_json_space_after_comma = true -ij_json_space_before_colon = true +ij_json_space_before_colon = false ij_json_space_before_comma = false ij_json_spaces_within_braces = false ij_json_spaces_within_brackets = false diff --git a/package.json b/package.json index d91c258d..d78280d0 100644 --- a/package.json +++ b/package.json @@ -39,22 +39,22 @@ "react": "^16.9.0 || ^17.0.0 || ^18.0.0" }, "devDependencies": { - "@babel/core" : "^7.14.6", - "@babel/preset-env" : "^7.14.5", - "@babel/preset-react" : "^7.14.5", - "@testing-library/react" : "^11.2.7", - "@testing-library/react-hooks" : "^6.0.0", - "@types/chrome" : "^0.0.219", - "babel-jest" : "^26.6.3", - "eslint" : "^8.3.0", - "eslint-plugin-react" : "^7.24.0", - "eslint-plugin-react-hooks" : "^4.2.0", - "jest" : "^26.6.3", - "jest-chrome" : "^0.8.0", - "microbundle" : "^0.15.0", - "np" : "^7.5.0", - "react" : "^17.0.2", - "react-dom" : "^17.0.2" + "@babel/core": "^7.14.6", + "@babel/preset-env": "^7.14.5", + "@babel/preset-react": "^7.14.5", + "@testing-library/react": "^11.2.7", + "@testing-library/react-hooks": "^6.0.0", + "@types/chrome": "^0.0.219", + "babel-jest": "^26.6.3", + "eslint": "^8.3.0", + "eslint-plugin-react": "^7.24.0", + "eslint-plugin-react-hooks": "^4.2.0", + "jest": "^26.6.3", + "jest-chrome": "^0.8.0", + "microbundle": "^0.15.0", + "np": "^7.5.0", + "react": "^17.0.2", + "react-dom": "^17.0.2" }, "dependencies": {} }