Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Go
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Sep 11, 2024
1 parent 523fc13 commit be5865b
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 86 deletions.
170 changes: 94 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-unosquare",
"version": "0.19.0",
"version": "0.20.0",
"description": "Eslint config for Unosquare",
"main": "lib/index.js",
"files": [
Expand All @@ -17,8 +17,8 @@
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^3.2.0"
},
Expand All @@ -30,12 +30,12 @@
"access": "public"
},
"prettier": {
"endOfLine": "auto",
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 120,
"tabWidth": 4
"endOfLine": "auto",
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 120,
"tabWidth": 4
}
}

0 comments on commit be5865b

Please sign in to comment.