Skip to content

Commit

Permalink
Merge pull request #10 from LuchoTurtle/dependabot/npm_and_yarn/prett…
Browse files Browse the repository at this point in the history
…ier-3.1.0
  • Loading branch information
LuchoTurtle authored Nov 17, 2023
2 parents b114fb0 + 59afe85 commit 5647cbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ module.exports = {
'no-unused-vars': 'off',
'sort-imports': 'off',

'prettier/prettier': 'error',
'prettier/prettier': [
'error',
{
endOfLine: 'auto',
},
],
'simple-import-sort/imports': 'error',
'@typescript-eslint/naming-convention': [
'error',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"autoprefixer": "^10.2.4",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"install": "^0.13.0",
"jsdom": "^22.1.0",
Expand All @@ -59,7 +59,7 @@
"nyc": "^15.1.0",
"onchange": "^7.1.0",
"postcss": "^8.2.6",
"prettier": "2.8.8",
"prettier": "3.1.0",
"release-it": "^15.10.5",
"rimraf": "^3.0.2",
"rollup": "^2.39.1",
Expand Down

0 comments on commit 5647cbb

Please sign in to comment.