Skip to content

Commit

Permalink
build: update .editorconfig rule for JSON and reformat package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
onikienko committed Mar 6, 2023
1 parent 1738eec commit 3a5edf9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
}

0 comments on commit 3a5edf9

Please sign in to comment.