Skip to content

Commit

Permalink
chore: update @limetech/eslint-config from v2.0.0 to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschmidt committed Nov 7, 2023
1 parent 6e45b32 commit 82e9486
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
1 change: 0 additions & 1 deletion .prettierrc

This file was deleted.

15 changes: 15 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"endOfLine": "auto",
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5",
"overrides": [
{
"files": [".prettierrc", "*.json"],
"options": {
"parser": "json",
"tabWidth": 2
}
}
]
}
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@commitlint/config-conventional": "^18.1.0",
"@limetech/eslint-config": "^2.0.0",
"@limetech/eslint-config": "^2.0.1",
"@popperjs/core": "^2.11.8",
"@rjsf/core": "^2.4.2",
"@rollup/plugin-node-resolve": "^13.3.0",
Expand Down

0 comments on commit 82e9486

Please sign in to comment.