Skip to content

Commit

Permalink
Dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gius committed Oct 29, 2021
1 parent 838b29d commit a5462e9
Show file tree
Hide file tree
Showing 4 changed files with 821 additions and 15 deletions.
2 changes: 1 addition & 1 deletion eslint-default.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"plugin:react/recommended",
"plugin:sonarjs/recommended",
"prettier/@typescript-eslint", // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
"prettier", // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
"plugin:prettier/recommended", // Enables eslint-plugin-prettier and displays prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
],
rules: {
Expand Down
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emanprague/eslint-config",
"version": "2.2.0",
"version": "2.3.0",
"description": "ESlint and prettier configurations",
"main": "eslint-config.js",
"repository": "https://github.com/eManPrague/eslint-config.git",
Expand All @@ -18,17 +18,19 @@
],
"author": "Augustin Sulc <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-prettier": "^3.2.0",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-sonarjs": "^0.10.0",
"typescript": "4"
},
"peerDependencies": {
"eslint": "^7.15.0"
},
"devDependencies": {
"@types/eslint": "^7.2.6"
"@types/eslint": "^7.28.2"
}
}
2 changes: 1 addition & 1 deletion prettier-config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
trailingComma: "es5",
jsxBracketSameLine: true,
bracketSameLine: true,
endOfLine: "auto",
printWidth: 130,
arrowParens: "avoid",
Expand Down
Loading

0 comments on commit a5462e9

Please sign in to comment.